Skip to content

Commit 9fda3d2

Browse files
authored
MINOR: Remove unused variable (apache#9303)
Reviewers: John Roesler <[email protected]>
1 parent 97d1a32 commit 9fda3d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@ private void subscribeConsumer() {
608608
*/
609609
// Visible for testing
610610
void runOnce() {
611-
final ConsumerRecords<byte[], byte[]> records;
612611
final long startMs = time.milliseconds();
613612
now = startMs;
614613

0 commit comments

Comments
 (0)