mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove all use of the assert.h header
Nothing in Tor has actually called assert() for some while.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user