Skip to content

Commit a395f08

Browse files
author
me
committed
removed unused variable
1 parent 6698c82 commit a395f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http_async.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ namespace http
916916
// Parse
917917
else if (state == parse)
918918
{
919-
uint16_t reason{};
919+
// uint16_t reason{};
920920
switch(code)
921921
{
922922
case WS_OPCODE_DATA_TEXT:

0 commit comments

Comments
 (0)