Преглед на файлове

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