mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:29:44 +02:00
compiler: remove unused variable
git-svn-id: trunk@19159 -
This commit is contained in:
parent
b0c2548019
commit
6972947c6b
@ -281,7 +281,6 @@ implementation
|
|||||||
old_current_module : tmodule;
|
old_current_module : tmodule;
|
||||||
oldcurrent_procinfo : tprocinfo;
|
oldcurrent_procinfo : tprocinfo;
|
||||||
old_settings : tsettings;
|
old_settings : tsettings;
|
||||||
oldsourcecodepage : tcodepagestring;
|
|
||||||
old_switchesstatestack : tswitchesstatestack;
|
old_switchesstatestack : tswitchesstatestack;
|
||||||
old_switchesstatestackpos : Integer;
|
old_switchesstatestackpos : Integer;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user