Remove spurious fallthrough guidance

This commit is contained in:
Vinnie Falco
2017-07-11 08:48:05 -07:00
parent 15cc4c458b
commit b8867abf6d
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Version 79:
* Remove spurious fallthrough guidance
--------------------------------------------------------------------------------
Version 78:
* Add span

View File

@ -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;
//------------------------------------------------------------------