diff options
| author | 2017-09-07 13:54:28 -0700 | |
|---|---|---|
| committer | 2017-09-14 13:40:27 -0700 | |
| commit | ded398e5b6530c4ced5bd42f9b75ca2caa527239 (patch) | |
| tree | 0ec262655bf7b5f7bd587cd8fccaa991e7434dd3 /cmds/lshal/DebugCommand.cpp | |
| parent | 91e655dc2be238fafcf832c73e62166d7b69c848 (diff) | |
lshal: Add class Command.
Command is the base class for all *Command classes.
Test: lshal_test
Bug: 35389839
Change-Id: I9aca19e66824536d13e618ffd0f012ac3da9880d
Diffstat (limited to 'cmds/lshal/DebugCommand.cpp')
| -rw-r--r-- | cmds/lshal/DebugCommand.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/lshal/DebugCommand.cpp b/cmds/lshal/DebugCommand.cpp index 672cad67cb..e657bcf4e6 100644 --- a/cmds/lshal/DebugCommand.cpp +++ b/cmds/lshal/DebugCommand.cpp @@ -21,9 +21,6 @@ namespace android { namespace lshal { -DebugCommand::DebugCommand(Lshal &lshal) : mLshal(lshal) { -} - Status DebugCommand::parseArgs(const std::string &command, const Arg &arg) { if (optind >= arg.argc) { mLshal.usage(command); |