Skip to content

Commit

Permalink
Remove unused code of line that creates a compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Nov 26, 2023
1 parent 1f85e68 commit 2b34e10
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public SQLManager(
this.plotListener = plotListener;
this.worldConfiguration = worldConfiguration;
this.database = database;
this.connection = database.openConnection();
final DatabaseMetaData databaseMetaData = this.connection.getMetaData();
this.supportsGetGeneratedKeys = databaseMetaData.supportsGetGeneratedKeys();
this.mySQL = database instanceof MySQL;
Expand Down

0 comments on commit 2b34e10

Please sign in to comment.