소스 검색

HPCC-7873 Remove call to reset a workunit which was in the wrong place

There was a call to wu->resetBeforeGeneration() which was there for the
legacy code to allow workunits to be recompiled.  It should be in the
legacy code instead.

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 12 년 전
부모
커밋
0bbabbda47
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      ecl/hqlcpp/hqlecl.cpp

+ 0 - 2
ecl/hqlcpp/hqlecl.cpp

@@ -248,8 +248,6 @@ bool HqlDllGenerator::generatePackage(const char * packageName)
 
 bool HqlDllGenerator::generateCode(HqlQueryContext & query)
 {
-    wu->resetBeforeGeneration();
-
     noOutput = true;
     {
         // ensure warnings/errors are available before we do the processing...