Remove the reset method from fingerprint

Bug: 181247174
Test: atest CtsBiometricsTestCases
Change-Id: I52f44225c10cb3e0ef617bf327d855c755ade771
This commit is contained in:
f
2021-03-08 21:48:05 +00:00
parent db7aecbc3a
commit cf9a4f7582

View File

@@ -140,9 +140,5 @@ public class TestHal extends IFingerprint.Stub {
}
};
}
@Override
public void reset() {
}
}