]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test_mon_workloadgen.cc: remove unused variables
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 12 Mar 2013 10:53:59 +0000 (11:53 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 12 Mar 2013 15:59:43 +0000 (16:59 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/test/mon/test_mon_workloadgen.cc

index fcc69d85f0b05e6afcb939e457fb8533d2e7c5c2..216e6288b1f44da79443dbfe1db443153053bfc3 100644 (file)
@@ -994,9 +994,6 @@ int main(int argc, const char *argv[])
   common_init_finish(g_ceph_context);
   g_ceph_context->_conf->apply_changes(NULL);
 
-  std::string command;
-  std::vector<std::string> command_args;
-
   set<int> stub_ids;
   double duration = 300.0;