Skip to content

Commit

Permalink
#968 delete useless check
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsun314 committed Feb 26, 2019
1 parent 0674734 commit 0601033
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -8,7 +8,6 @@
import com.actiontech.dble.DbleServer;
import com.actiontech.dble.backend.mysql.nio.handler.builder.sqlvisitor.PushDownVisitor;
import com.actiontech.dble.cache.LayerCachePool;
import com.actiontech.dble.config.ServerPrivileges;
import com.actiontech.dble.config.model.SchemaConfig;
import com.actiontech.dble.plan.node.PlanNode;
import com.actiontech.dble.plan.node.TableNode;
Expand All @@ -23,7 +22,6 @@
import com.alibaba.druid.sql.parser.SQLStatementParser;

import java.sql.SQLException;
import java.sql.SQLNonTransientException;
import java.util.HashMap;
import java.util.Map;

Expand Down

0 comments on commit 0601033

Please sign in to comment.