summaryrefslogtreecommitdiffstats
path: root/CommandListener.h
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-09-17 13:21:03 -0700
committerNick Kralevich <nnk@google.com>2013-09-17 13:21:03 -0700
commit20bab9ffdcfd2b22c2d1ba897df98750ef195e7d (patch)
treedc7a74f6379c1420c442052aab51db3eef8e37e0 /CommandListener.h
parente550f78a3ff5985ba21cac263629c957500ef4e4 (diff)
downloadandroid_system_vold-20bab9ffdcfd2b22c2d1ba897df98750ef195e7d.tar.gz
android_system_vold-20bab9ffdcfd2b22c2d1ba897df98750ef195e7d.tar.bz2
android_system_vold-20bab9ffdcfd2b22c2d1ba897df98750ef195e7d.zip
vold: Remove obsolete xwarp support.
This code appears to be unused. Delete it. This is essentially a revert of 2350c44ff39b4cb2940893964a05f778fc80a436. Change-Id: I20a525bb49f6ee8fec8c1ec22e01ad47d0c72960
Diffstat (limited to 'CommandListener.h')
-rw-r--r--CommandListener.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/CommandListener.h b/CommandListener.h
index 8cc5b09..0bd51d2 100644
--- a/CommandListener.h
+++ b/CommandListener.h
@@ -65,13 +65,6 @@ private:
int runCommand(SocketClient *c, int argc, char ** argv);
};
- class XwarpCmd : public VoldCommand {
- public:
- XwarpCmd();
- virtual ~XwarpCmd() {}
- int runCommand(SocketClient *c, int argc, char ** argv);
- };
-
class CryptfsCmd : public VoldCommand {
public:
CryptfsCmd();