Remove unused local variables (#10528)
Fixes 26 SAT UnusedLocalVariable findings Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -849,7 +849,6 @@ public class EthernetBridgeHandler extends BaseBridgeHandler implements Transcei
|
||||
|
||||
Matcher matcher = RESPONSE_PATTERN.matcher(response);
|
||||
if (matcher.matches()) {
|
||||
String byteCountAsString = matcher.group(1);
|
||||
message = matcher.group(2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user