Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
osheroff committed Dec 15, 2018
1 parent f293012 commit 63c9f92
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public class MysqlSchemaStore extends AbstractSchemaStore implements SchemaStore
private final ConnectionPool maxwellConnectionPool;
private final Position initialPosition;
private final boolean readOnly;
private final Filter filter;
private Long serverID;

private MysqlSavedSchema savedSchema;
Expand All @@ -34,7 +33,6 @@ public MysqlSchemaStore(ConnectionPool maxwellConnectionPool,
boolean readOnly) {
super(replicationConnectionPool, schemaConnectionPool, caseSensitivity, filter);
this.serverID = serverID;
this.filter = filter;
this.maxwellConnectionPool = maxwellConnectionPool;
this.initialPosition = initialPosition;
this.readOnly = readOnly;
Expand Down

0 comments on commit 63c9f92

Please sign in to comment.