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
@@ -45,7 +45,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <signal.h>
#ifdef HAVE_NETINET_IN_H