Fix to remove minmax unused methods.

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

Branch: refs/heads/master
Commit: 45207a0579cd863757a0cbd3c7bdc0b25da6442e
Parents: a111065
Author: Sandhya Sundaresan <sand...@apache.org>
Authored: Thu Aug 30 21:49:54 2018 +0000
Committer: Sandhya Sundaresan <sand...@apache.org>
Committed: Thu Aug 30 21:49:54 2018 +0000

----------------------------------------------------------------------
 core/sql/generator/Generator.h | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/45207a05/core/sql/generator/Generator.h
----------------------------------------------------------------------
diff --git a/core/sql/generator/Generator.h b/core/sql/generator/Generator.h
index 1c778e3..862199a 100644
--- a/core/sql/generator/Generator.h
+++ b/core/sql/generator/Generator.h
@@ -1300,16 +1300,7 @@ public:
   }
 
 
-  NABoolean isMinmaxOptWithRangeOfValues() {
-   
-     return (flags2_ & MINMAX_WITH_RANGE_OF_VALUES ) != 0;
-  }
-
-  void setMinmaxOptWithRangeOfValues(NABoolean v)
-  {
-    v ? flags2_ |= MINMAX_WITH_RANGE_OF_VALUES:
-      flags2_ &= ~MINMAX_WITH_RANGE_OF_VALUES;
-  }
+  
 NABoolean isEffTreeUpsert() {
    
      return (flags2_ & EFF_TREE_UPSERT ) != 0;

Reply via email to