diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 10:39:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 10:39:07 -0400 |
commit | 90aeaa53cd3f6cf347cc0629db38079bc90ea80b (patch) | |
tree | b9d6f08153c0222fc100f7972d47d1a8149233e2 /src/common/address.c | |
parent | ae01864b5d3bc8a5e3b069025d9d7972ff1a21c3 (diff) | |
download | tor-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/address.c')
-rw-r--r-- | src/common/address.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/address.c b/src/common/address.c index 2e8b5fc9f5..f135f1ffd1 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -83,7 +83,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <assert.h> /* tor_addr_is_null() and maybe other functions rely on AF_UNSPEC being 0 to * work correctly. Bail out here if we've found a platform where AF_UNSPEC |