summaryrefslogtreecommitdiffstats
path: root/adb/transport.h
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-12-05 13:16:02 -0800
committerJosh Gao <jmgao@google.com>2016-12-05 13:16:02 -0800
commitafa4b5d6eb45bbee8671a1bb93ea70506fb326e3 (patch)
tree1c4900d798817ecdf6af7bc0e11f12c0083bd2a7 /adb/transport.h
parent43c02b27cd50a75f0fecb44e56a9bf32c6923aef (diff)
downloadsystem_core-afa4b5d6eb45bbee8671a1bb93ea70506fb326e3.tar.gz
system_core-afa4b5d6eb45bbee8671a1bb93ea70506fb326e3.tar.bz2
system_core-afa4b5d6eb45bbee8671a1bb93ea70506fb326e3.zip
Revert "adb: extend sync protocol's stat support."
This reverts commit d6d5c38469203a63c686517d765a7e6d2bc24656.
Diffstat (limited to 'adb/transport.h')
-rw-r--r--adb/transport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/adb/transport.h b/adb/transport.h
index 330638829..b2df838b6 100644
--- a/adb/transport.h
+++ b/adb/transport.h
@@ -46,7 +46,6 @@ bool CanUseFeature(const FeatureSet& feature_set, const std::string& feature);
extern const char* const kFeatureShell2;
// The 'cmd' command is available
extern const char* const kFeatureCmd;
-extern const char* const kFeatureStat2;
class atransport {
public: