Skip to content

Commit c6ea692

Browse files
authored
Remove unused else clause from command decoder
1 parent 6395039 commit c6ea692

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/GDBRemoteProtocol/GDBHostCommandDecoder.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,5 @@ package struct GDBHostCommandDecoder: ByteToMessageDecoder {
117117
// Shift by checksum bytes
118118
context.fireChannelRead(wrapInboundOut(command))
119119
return .continue
120-
// } else {
121-
// throw Error.unknownCommand(accummulated)
122-
// }
123120
}
124121
}

0 commit comments

Comments
 (0)