Skip to content

Commit 9731944

Browse files
committed
Delete the unused port variable in PostgresProvider
1 parent 638f4e8 commit 9731944

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/sqlancer/postgres/PostgresProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public class PostgresProvider extends ProviderAdapter<PostgresGlobalState, Postg
5555
protected String password;
5656
protected String entryPath;
5757
protected String host;
58-
protected int port;
5958
protected String testURL;
6059
protected String databaseName;
6160
protected String createDatabaseCommand;
@@ -233,7 +232,6 @@ public Connection createDatabase(PostgresGlobalState globalState) throws SQLExce
233232
entryPath = pathURI;
234233
}
235234
host = uri.getHost();
236-
port = uri.getPort();
237235
} catch (URISyntaxException e) {
238236
throw new AssertionError(e);
239237
}

0 commit comments

Comments
 (0)