aboutsummaryrefslogtreecommitdiff
path: root/picohttp.c
diff options
context:
space:
mode:
Diffstat (limited to 'picohttp.c')
-rw-r--r--picohttp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/picohttp.c b/picohttp.c
index 28c0180..e3762f1 100644
--- a/picohttp.c
+++ b/picohttp.c
@@ -2,7 +2,6 @@
#include <alloca.h>
#include <string.h>
-/* #include <assert.h> */
static char const PICOHTTP_STR_CRLF[] = "\r\n";
static char const PICOHTTP_STR_CLSP[] = ": ";