compiler: remove dummy assignment

git-svn-id: trunk@15090 -
This commit is contained in:
paul 2010-03-30 01:12:14 +00:00
parent 6a7bc76ca0
commit 06a37d1fb1

View File

@ -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