X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fmgr%2Fmgr_commands.cc;fp=src%2Fceph%2Fsrc%2Fmgr%2Fmgr_commands.cc;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=aafee99140cf81d33e5b60de19338ea0278e3945;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/mgr/mgr_commands.cc b/src/ceph/src/mgr/mgr_commands.cc deleted file mode 100644 index aafee99..0000000 --- a/src/ceph/src/mgr/mgr_commands.cc +++ /dev/null @@ -1,14 +0,0 @@ -// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- -// vim: ts=8 sw=2 smarttab - -#include "mgr_commands.h" - -/* The set of statically defined (C++-handled) commands. This - * does not include the Python-defined commands, which are loaded - * in PyModules */ -const std::vector mgr_commands = { -#define COMMAND(parsesig, helptext, module, perm, availability) \ - {parsesig, helptext, module, perm, availability, 0}, -#include "MgrCommands.h" -#undef COMMAND -};