summaryrefslogtreecommitdiff
path: root/include/modules/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/suspend.h')
-rw-r--r--include/modules/suspend.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/modules/suspend.h b/include/modules/suspend.h
deleted file mode 100644
index 59b5535ec..000000000
--- a/include/modules/suspend.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- *
- * (C) 2003-2017 Anope Team
- * Contact us at team@anope.org
- *
- * Please read COPYING and README for further details.
- *
- * Based on the original code of Epona by Lara.
- * Based on the original code of Services by Andy Church.
- */
-
-struct SuspendInfo
-{
- Anope::string what, by, reason;
- time_t when, expires;
-
- SuspendInfo() { }
- virtual ~SuspendInfo() { }
-};