summaryrefslogtreecommitdiff
path: root/src/trace/trace.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 12:02:14 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 13:14:14 -0400
commit4bdda6d05faf24b4ff46bfcb7e40fb5d21e51259 (patch)
tree37e8b0fc3cb748365d3dddbe8984dd27386f49c9 /src/trace/trace.h
parent03d78126152bc79c82a4510fa654bb5a23c150cd (diff)
downloadtor-4bdda6d05faf24b4ff46bfcb7e40fb5d21e51259.tar.gz
tor-4bdda6d05faf24b4ff46bfcb7e40fb5d21e51259.zip
Move trace into its own library in libs.
Apparently it has no testing variant.
Diffstat (limited to 'src/trace/trace.h')
-rw-r--r--src/trace/trace.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/trace/trace.h b/src/trace/trace.h
deleted file mode 100644
index 2dd51aace1..0000000000
--- a/src/trace/trace.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Copyright (c) 2017-2018, The Tor Project, Inc. */
-/* See LICENSE for licensing information */
-
-#ifndef TOR_TRACE_TRACE_H
-#define TOR_TRACE_TRACE_H
-
-void tor_trace_init(void);
-
-#endif // TOR_TRACE_TRACE_H
-