Skip to content

Commit c59bcdb

Browse files
committed
Remove empty function
1 parent 627ff1e commit c59bcdb

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/main/java/com/timgroup/statsd/UnixStreamClientChannel.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,7 @@ private void connect() throws IOException {
160160

161161
this.delegate = delegate;
162162
}
163-
164-
static private void closeSafe(UnixSocketChannel channel) {
165-
166-
}
167-
163+
168164
@Override
169165
public void close() throws IOException {
170166
disconnect();

0 commit comments

Comments
 (0)