Remove all use of the assert.h header

Nothing in Tor has actually called assert() for some while.
This commit is contained in:
Nick Mathewson
2018-06-20 10:39:07 -04:00
parent ae01864b5d
commit 90aeaa53cd
12 changed files with 1 additions and 16 deletions
-1
View File
@@ -33,7 +33,6 @@ ENABLE_GCC_WARNING(redundant-decls)
#if 0
#include <stdlib.h>
#include <stdarg.h>
#include <assert.h>
#endif
#include "common/util.h"
-1
View File
@@ -14,7 +14,6 @@
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <assert.h>
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>