From c813daeff4cf260bfb2e41540944aaaed1f8c1fd Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Mon, 29 Apr 2024 09:22:27 +0000 Subject: [PATCH] remove code not executed from picohttp --- code/bngblaster/src/picohttpparser.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/bngblaster/src/picohttpparser.c b/code/bngblaster/src/picohttpparser.c index c762af9e..280dfcc2 100644 --- a/code/bngblaster/src/picohttpparser.c +++ b/code/bngblaster/src/picohttpparser.c @@ -217,9 +217,6 @@ static const char *is_complete(const char *buf, const char *buf_end, size_t last return buf; } } - - *ret = -2; - return NULL; } #define PARSE_INT(valp_, mul_) \