Merge "Remove the reset method from face" into sc-dev

This commit is contained in:
Ilya Matyukhin
2021-03-10 22:16:50 +00:00
committed by Android (Google) Code Review

View File

@@ -139,8 +139,4 @@ public class TestHal extends IFace.Stub {
}
};
}
@Override
public void reset() {
}
}