Remove unused JDBC statement

This commit is contained in:
catbref 2021-01-16 13:20:58 +00:00
parent 190014cf96
commit c8e7a00c08

View File

@ -276,7 +276,7 @@ public class HSQLDBRepository implements Repository {
return; return;
} }
try (Statement stmt = this.connection.createStatement()) { try {
assertEmptyTransaction("connection close"); assertEmptyTransaction("connection close");
// Assume we are not going to be GC'd for a while // Assume we are not going to be GC'd for a while