Skip to content

Commit f082768

Browse files
committed
Remove unused method
1 parent f3334e2 commit f082768

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm

test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm/CcmRule.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ public void evaluate() {
9797
return super.apply(base, description);
9898
}
9999

100-
public void reloadCore(int node, String keyspace, String table, boolean reindex) {
101-
ccmBridge.reloadCore(node, keyspace, table, reindex);
102-
}
103-
104100
public static CcmRule getInstance() {
105101
return INSTANCE;
106102
}

0 commit comments

Comments
 (0)