mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-12 05:09:55 +01:00
compiler: remove dummy assignment
git-svn-id: trunk@15090 -
This commit is contained in:
parent
6a7bc76ca0
commit
06a37d1fb1
@ -357,7 +357,6 @@ implementation
|
|||||||
if not(is_interface(childof)) then
|
if not(is_interface(childof)) then
|
||||||
Message(parser_e_mix_of_classes_and_objects);
|
Message(parser_e_mix_of_classes_and_objects);
|
||||||
current_objectdef.objecttype:=childof.objecttype;
|
current_objectdef.objecttype:=childof.objecttype;
|
||||||
current_objectdef.objecttype:=current_objectdef.objecttype;
|
|
||||||
end;
|
end;
|
||||||
odt_cppclass:
|
odt_cppclass:
|
||||||
if not(is_cppclass(childof)) then
|
if not(is_cppclass(childof)) then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user