mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Remove spurious fallthrough guidance
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Version 79:
|
||||
|
||||
* Remove spurious fallthrough guidance
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 78:
|
||||
|
||||
* Add span
|
||||
|
@ -537,7 +537,6 @@ operator()(error_code ec,
|
||||
d.state = do_read_fh;
|
||||
break;
|
||||
}
|
||||
BEAST_FALLTHROUGH;
|
||||
|
||||
//------------------------------------------------------------------
|
||||
|
||||
@ -584,7 +583,6 @@ operator()(error_code ec,
|
||||
ec = error::closed;
|
||||
goto upcall;
|
||||
}
|
||||
BEAST_FALLTHROUGH;
|
||||
|
||||
//------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user