aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/orconn_event_sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/orconn_event_sys.h')
-rw-r--r--src/core/or/orconn_event_sys.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/or/orconn_event_sys.h b/src/core/or/orconn_event_sys.h
deleted file mode 100644
index 02f0b8116b..0000000000
--- a/src/core/or/orconn_event_sys.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Copyright (c) 2007-2020, The Tor Project, Inc. */
-
-/**
- * \file orconn_event_sys.h
- * \brief Declare subsystem object for the OR connection event module.
- **/
-#ifndef TOR_ORCONN_EVENT_SYS_H
-#define TOR_ORCONN_EVENT_SYS_H
-
-extern const struct subsys_fns_t sys_orconn_event;
-
-#endif /* !defined(TOR_ORCONN_EVENT_SYS_H) */