Merge "libhwbinder: add TREBLE_TESTING_OVERRIDE to tests"
diff --git a/include/hwbinder/Binder.h b/include/hwbinder/Binder.h
index 5611cec..2d6f1dd 100644
--- a/include/hwbinder/Binder.h
+++ b/include/hwbinder/Binder.h
@@ -84,7 +84,6 @@
     virtual void            onLastStrongRef(const void* id);
     virtual bool            onIncStrongAttempted(uint32_t flags, const void* id);
 
-    inline  IBinder*        remote()                { return mRemote; }
     inline  IBinder*        remote() const          { return mRemote; }
 
 private: