Remove unused parameter.

This commit is contained in:
akwizgran
2020-06-05 12:05:21 +01:00
parent ef5b91da89
commit f663bf8667
4 changed files with 4 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ class AndroidBluetoothTransportConnection
try {
socket.close();
} finally {
connectionLimiter.connectionClosed(this, exception);
connectionLimiter.connectionClosed(this);
}
}
}