Merge pull request #14313 from wjin/clean_mgr

mgr: rm nonused main function

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2017-04-04 19:01:50 +08:00 committed by GitHub
commit d7d32be097

View File

@ -86,7 +86,6 @@ public:
void background_init();
void shutdown();
int main(vector<const char *> args);
};
#endif