From ded398e5b6530c4ced5bd42f9b75ca2caa527239 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 7 Sep 2017 13:54:28 -0700 Subject: lshal: Add class Command. Command is the base class for all *Command classes. Test: lshal_test Bug: 35389839 Change-Id: I9aca19e66824536d13e618ffd0f012ac3da9880d --- cmds/lshal/DebugCommand.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmds/lshal/DebugCommand.cpp') 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); -- cgit v1.2.3-59-g8ed1b