Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Nov 21, 2007
1 parent ed6dc05 commit bb16d52
Showing 1 changed file with 0 additions and 12 deletions.
Expand Up @@ -157,18 +157,6 @@ private static void resetSchemaForEngine(SymmetricEngine engine,
}
}

private static void dropOracleSequences(SymmetricEngine engine) {
DataSource ds = (DataSource) engine.getApplicationContext().getBean(
Constants.DATA_SOURCE);
try {
new SqlScript(getResource(TestConstants.TEST_DROP_SEQ_SCRIPT), ds,
false).execute();
} catch (Exception e) {
throw new RuntimeException(e);
}

}

private static URL getResource(String resource) {
return SymmetricEngineTestFactory.class.getResource(resource);
}
Expand Down

0 comments on commit bb16d52

Please sign in to comment.