Skip to content

Commit bae1774

Browse files
committed
Removed unused methods
1 parent 44bc3db commit bae1774

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/httpserver/http_request.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,6 @@ class http_request
338338
std::min(size, content_size_limit));
339339
}
340340

341-
void check_or_fill_args();
342-
343341
/**
344342
* Method used to set the content of the request
345343
* @param content The content to set.

0 commit comments

Comments
 (0)