Remove the legacy agent service implementation
[platform/core/context/context-service.git] / src / agent / AgentMain.cpp
index b1bfe89..fc1dc8d 100644 (file)
@@ -15,9 +15,8 @@
  */
 
 #include <cstdlib>
-#include "legacy/Server.h"
 
 int main(int argc, char* argv[])
 {
-       return mainLegacy();
+       return EXIT_SUCCESS;
 }