HAWQ-765. Delete Deadcode: CTranslatorDXLToQuery [#119780063]
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/82a1a8ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/82a1a8ba Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/82a1a8ba Branch: refs/heads/master Commit: 82a1a8ba5fa7276eb60f45c0bdc83058c805aeda Parents: 235d999 Author: Venkatesh (Venky) Raghavan <[email protected]> Authored: Tue May 17 21:02:57 2016 -0700 Committer: ivan <[email protected]> Committed: Wed Jun 8 09:55:28 2016 +0800 ---------------------------------------------------------------------- src/include/gpopt/utils/COptTasks.h | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/82a1a8ba/src/include/gpopt/utils/COptTasks.h ---------------------------------------------------------------------- diff --git a/src/include/gpopt/utils/COptTasks.h b/src/include/gpopt/utils/COptTasks.h index 7f9c73e..867ff85 100644 --- a/src/include/gpopt/utils/COptTasks.h +++ b/src/include/gpopt/utils/COptTasks.h @@ -285,10 +285,6 @@ class COptTasks static char *SzDXL(PlannedStmt *pplstmt); - // convert xml string to DXL and to Query - static - Query *PqueryFromXML(char *szXmlString); - // convert xml string to DXL and to PS static PlannedStmt *PplstmtFromXML(char *szXmlString);
