Remove commented out lines.
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/2e30aad4 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/2e30aad4 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/2e30aad4 Branch: refs/heads/master Commit: 2e30aad46fb2c7b088c283c1bef1585494883130 Parents: 701b279 Author: Sandhya Sundaresan <[email protected]> Authored: Wed Jan 3 21:26:17 2018 +0000 Committer: Sandhya Sundaresan <[email protected]> Committed: Wed Jan 3 21:26:17 2018 +0000 ---------------------------------------------------------------------- core/sql/exp/exp_clause.cpp | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/2e30aad4/core/sql/exp/exp_clause.cpp ---------------------------------------------------------------------- diff --git a/core/sql/exp/exp_clause.cpp b/core/sql/exp/exp_clause.cpp index 503ad7c..796e2e5 100644 --- a/core/sql/exp/exp_clause.cpp +++ b/core/sql/exp/exp_clause.cpp @@ -574,9 +574,6 @@ ex_clause::ex_clause(clause_type type, case ITM_LOBCONVERTHANDLE: setClassID(LOB_CONVERTHANDLE); break; - /* case ITM_LOBLOAD: - setClassID(LOB_LOAD);*/ - break; case ITM_SUBSTR: setClassID(LOB_FUNC_SUBSTR); break;
