소스 검색

compiler: remove dummy assignment

git-svn-id: trunk@15090 -
paul 15 년 전
부모
커밋
06a37d1fb1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      compiler/pdecobj.pas

+ 0 - 1
compiler/pdecobj.pas

@@ -357,7 +357,6 @@ implementation
                        if not(is_interface(childof)) then
                          Message(parser_e_mix_of_classes_and_objects);
                        current_objectdef.objecttype:=childof.objecttype;
-                       current_objectdef.objecttype:=current_objectdef.objecttype;
                      end;
                    odt_cppclass:
                      if not(is_cppclass(childof)) then