aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/src/vespa/vespaclient/spoolmaster/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient/src/vespa/vespaclient/spoolmaster/main.cpp')
-rw-r--r--vespaclient/src/vespa/vespaclient/spoolmaster/main.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/vespaclient/src/vespa/vespaclient/spoolmaster/main.cpp b/vespaclient/src/vespa/vespaclient/spoolmaster/main.cpp
deleted file mode 100644
index 40a262734bf..00000000000
--- a/vespaclient/src/vespa/vespaclient/spoolmaster/main.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#include "application.h"
-
-int
-main(int argc, char** argv)
-{
- spoolmaster::Application *app = new spoolmaster::Application();
- int retVal = app->Entry(argc, argv);
- delete app;
- return retVal;
-}
-