Merge "remove "// static" comments"
am: 6170b8777e

Change-Id: Ic89a6e77c1a8797c06d46ee1cab70604159f11f3
diff --git a/transport/HidlBinderSupport.cpp b/transport/HidlBinderSupport.cpp
index 7788e33..d293542 100644
--- a/transport/HidlBinderSupport.cpp
+++ b/transport/HidlBinderSupport.cpp
@@ -85,7 +85,6 @@
 
     return _hidl_err;
 }
-// static
 const size_t hidl_string::kOffsetOfBuffer = offsetof(hidl_string, mBuffer);
 static_assert(hidl_string::kOffsetOfBuffer == 0, "wrong offset");