mirror of
https://github.com/signalapp/Signal-Server
synced 2026-08-07 13:05:03 +01:00
Remove unused imports
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ public class PubSubConnection {
|
||||
byte[] channelName = inputStream.readFully(channelNameHeader.getStringLength());
|
||||
inputStream.readLine();
|
||||
|
||||
IntReply subscriptionCount = new IntReply(inputStream.readLine());
|
||||
new IntReply(inputStream.readLine());
|
||||
|
||||
return new String(channelName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user