summaryrefslogtreecommitdiff
path: root/kurator/src/EventLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kurator/src/EventLog.h')
-rw-r--r--kurator/src/EventLog.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/kurator/src/EventLog.h b/kurator/src/EventLog.h
deleted file mode 100644
index c676814..0000000
--- a/kurator/src/EventLog.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#include <kurator/stats/BaseLog.h>
-#include <kurator/stats/events.h>
-
-
-namespace kurator
-{
-
-
-using EventLog = stats::BaseLog<stats::ShipLeft>;
-
-
-} // namespace kurator