summaryrefslogtreecommitdiffstats
path: root/logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h
diff options
context:
space:
mode:
Diffstat (limited to 'logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h')
-rw-r--r--logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h b/logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h
deleted file mode 100644
index 905f37103ec..00000000000
--- a/logforwarder/src/apps/vespa-logforwarder-start/sig-catch.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-class SigCatch
-{
-public:
- SigCatch();
- bool receivedStopSignal();
-};