summaryrefslogtreecommitdiff
path: root/src/common/compat.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-20 10:39:07 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-20 10:39:07 -0400
commit90aeaa53cd3f6cf347cc0629db38079bc90ea80b (patch)
treeb9d6f08153c0222fc100f7972d47d1a8149233e2 /src/common/compat.c
parentae01864b5d3bc8a5e3b069025d9d7972ff1a21c3 (diff)
downloadtor-90aeaa53cd3f6cf347cc0629db38079bc90ea80b.tar.gz
tor-90aeaa53cd3f6cf347cc0629db38079bc90ea80b.zip
Remove all use of the assert.h header
Nothing in Tor has actually called assert() for some while.
Diffstat (limited to 'src/common/compat.c')
-rw-r--r--src/common/compat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index 9b1a4d860f..dece798bcd 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -111,7 +111,6 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt)
#endif
#include <stdio.h>
#include <stdlib.h>
-#include <assert.h>
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif