You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2017/08/14 10:30:41 UTC

[31/50] ignite git commit: Minors.

Minors.


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

Branch: refs/heads/ignite-5991-6019
Commit: a063e21fa6a66326bb9a3bd15af81cf5178aafd0
Parents: 4f1421c
Author: devozerov <vo...@gridgain.com>
Authored: Mon Aug 14 10:57:22 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Mon Aug 14 10:57:22 2017 +0300

----------------------------------------------------------------------
 .../processors/query/h2/twostep/GridMapQueryExecutor.java     | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a063e21f/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
----------------------------------------------------------------------
diff --git a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
index 3ec4d4b..4a249f8 100644
--- a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
+++ b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
@@ -166,13 +166,6 @@ public class GridMapQueryExecutor {
     }
 
     /**
-     * @return {@code True} if running in lazy mode.
-     */
-    private static boolean lazyThread() {
-        return Thread.currentThread() instanceof MapQueryLazyIgniteThread;
-    }
-
-    /**
      * @param nodeId Node ID.
      * @param msg Message.
      */