Skip to content

Commit 3b4498e

Browse files
authored
Unreachable code is now reachable. Spoke with Oscar and he confirmed that the return on default was to be removed (#304)
1 parent d377f2c commit 3b4498e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eventstream_rpc/source/EventStreamClient.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ namespace Aws
822822
break;
823823

824824
default:
825-
return;
826825

827826
if (thisConnection->m_lifecycleHandler->OnErrorCallback(
828827
{EVENT_STREAM_RPC_UNKNOWN_PROTOCOL_MESSAGE, 0}))

0 commit comments

Comments
 (0)