You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by se...@apache.org on 2017/02/21 13:19:23 UTC

[3/4] ignite git commit: Removed redundant call

Removed redundant call


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f0ef8420
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f0ef8420
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f0ef8420

Branch: refs/heads/ignite-1.9
Commit: f0ef842097b61dad364c98e79e125b6a9b1ffc31
Parents: 990f64d
Author: Alexander Paschenko <al...@gmail.com>
Authored: Tue Feb 21 15:59:31 2017 +0300
Committer: Alexander Paschenko <al...@gmail.com>
Committed: Tue Feb 21 15:59:31 2017 +0300

----------------------------------------------------------------------
 .../ignite/internal/processors/query/h2/sql/DmlAstUtils.java       | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f0ef8420/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/DmlAstUtils.java
----------------------------------------------------------------------
diff --git a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/DmlAstUtils.java b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/DmlAstUtils.java
index f96e5e3..974a5b8 100644
--- a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/DmlAstUtils.java
+++ b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/DmlAstUtils.java
@@ -109,8 +109,6 @@ public final class DmlAstUtils {
                     args[i].addChild(row[i]);
             }
 
-            sel.getSQL();
-
             return sel;
         }
         else {