Navigation Menu

Skip to content

Commit

Permalink
clean up warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 16, 2010
1 parent 5e3c2cc commit 18f6958
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -24,7 +24,6 @@
import java.sql.SQLException;
import java.util.List;

import org.jumpmind.symmetric.Version;
import org.jumpmind.symmetric.common.ParameterConstants;
import org.jumpmind.symmetric.db.AbstractDbDialect;
import org.jumpmind.symmetric.db.BinaryEncoding;
Expand All @@ -39,8 +38,6 @@ public class SqLiteDbDialect extends AbstractDbDialect implements IDbDialect {
static final String SYNC_TRIGGERS_DISABLED_USER_VARIABLE = "@sync_triggers_disabled";

static final String SYNC_TRIGGERS_DISABLED_NODE_VARIABLE = "@sync_node_disabled";

private String functionTemplateKeySuffix = null;

@Override
protected void initTablesAndFunctionsForSpecificDialect() {
Expand Down

0 comments on commit 18f6958

Please sign in to comment.