Skip to content

Commit b032fb5

Browse files
committed
Not using the props for anything
1 parent c0d3336 commit b032fb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/src/com/rabbitmq/client/test/Bug19356Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public void testBug19356()
8383
GetResponse chResponse = channel.basicGet("Bug19356Test", false);
8484
assertTrue(chResponse != null);
8585

86-
AMQP.BasicProperties props = chResponse.getProps();
8786
byte[] body = chResponse.getBody();
8887
assertEquals("SSL", new String(body));
8988
}

0 commit comments

Comments
 (0)