OSDN Git Service

Remove unused using statement.
authorSteven Moreland <smoreland@google.com>
Mon, 20 Mar 2017 14:56:34 +0000 (07:56 -0700)
committerSteven Moreland <smoreland@google.com>
Mon, 20 Mar 2017 14:56:34 +0000 (07:56 -0700)
Test: pass
Bug: 36099713
Change-Id: I07b90f9592fdd6b9c58ee52dc4f49f5e8b9f3459

services/core/jni/com_android_server_HardwarePropertiesManagerService.cpp

index 703518d..ba3be67 100644 (file)
@@ -31,7 +31,6 @@
 namespace android {
 
 using hardware::hidl_vec;
-using hardware::Status;
 using hardware::thermal::V1_0::CoolingDevice;
 using hardware::thermal::V1_0::CpuUsage;
 using hardware::thermal::V1_0::IThermal;