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