summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-08-06 19:57:15 -0700
committer Steven Moreland <smoreland@google.com> 2019-08-06 19:57:15 -0700
commit3a7c5ed12dba6b4282dfeeaa81f4db6fca38b27d (patch)
treee18e4dcc2011a12174220e5b49d0002404ef4d2c
parent6e5a77537f5bca378feeb5072f0d51315a2569bf (diff)
binderStabilityTest: remove unused symbols
These are unused and missing from AOSP, so they are causing merge conflicts here. Bug: N/A Test: N/A Change-Id: I2ec6abc6259b34d14f523cd34f1627634b4a4864
-rw-r--r--libs/binder/tests/binderStabilityTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/tests/binderStabilityTest.cpp b/libs/binder/tests/binderStabilityTest.cpp
index ecd4f0dae9..52595e0940 100644
--- a/libs/binder/tests/binderStabilityTest.cpp
+++ b/libs/binder/tests/binderStabilityTest.cpp
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#include <android/os/IServiceManager.h>
#include <binder/Binder.h>
#include <binder/IBinder.h>
#include <binder/IPCThreadState.h>
@@ -31,7 +30,6 @@
using namespace android;
using android::binder::Status;
-using android::os::IServiceManager;
const String16 kNoStabilityServer = String16("binder_stability_test_service_low");
const String16 kCompilationUnitServer = String16("binder_stability_test_service_compl");