Repository: trafodion
Updated Branches:
  refs/heads/master 88e4752c2 -> cd8f2fafc


Remove redundant statement


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

Branch: refs/heads/master
Commit: c9eef0a41514707ac7dfeabf58cd1a56eab4bf4d
Parents: 88e4752
Author: wenjun.zhu <wenjun....@esgyn.cn>
Authored: Fri Mar 9 09:47:44 2018 +0800
Committer: wenjun.zhu <wenjun....@esgyn.cn>
Committed: Fri Mar 9 09:47:44 2018 +0800

----------------------------------------------------------------------
 core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/c9eef0a4/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp
----------------------------------------------------------------------
diff --git a/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp 
b/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp
index e767cec..ae6e878 100644
--- a/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp
+++ b/core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp
@@ -4634,9 +4634,6 @@ static short AssignColEntry(ExeCliInterface 
*cliInterface, Lng32 entry,
   Lng32 indOffset = -1;
   Lng32 varOffset = -1;
   
-  cliRC = cliInterface->getAttributes(1, TRUE, fsDatatype, length, 
-                                      &indOffset, &varOffset);
-
   cliRC = cliInterface->getAttributes(entry, TRUE, fsDatatype, length, 
                                       &indOffset, &varOffset);
   if (cliRC < 0)

Reply via email to