summaryrefslogtreecommitdiff
path: root/netfs/daemonModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/daemonModule.h')
-rw-r--r--netfs/daemonModule.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/netfs/daemonModule.h b/netfs/daemonModule.h
deleted file mode 100644
index 7525e74..0000000
--- a/netfs/daemonModule.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef DAEMONMODULE_H
-#define DAEMONMODULE_H
-
-#include "daemon.h"
-
-class DaemonModule {
- protected:
- DaemonModule(DaemonGlobalStatePtr dgs);
-
- DaemonGlobalStatePtr dgs;
-};
-
-#endif
-