mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* Removed unused chunk of code. Looks like a not needed leftover.
git-svn-id: trunk@31741 -
This commit is contained in:
parent
12cd32ec18
commit
d27964bd1a
@ -647,7 +647,6 @@ uses
|
||||
ufinalspecializename : tidstring;
|
||||
prettyname : ansistring;
|
||||
generictypelist : tfphashobjectlist;
|
||||
st,
|
||||
specializest : tsymtable;
|
||||
hashedid : thashedidstring;
|
||||
tempst : tglobalsymtable;
|
||||
@ -686,21 +685,6 @@ uses
|
||||
ufinalspecializename:=upper(finalspecializename);
|
||||
prettyname:=genericdef.typesym.prettyname+'<'+context.prettyname+'>';
|
||||
|
||||
{ select the symtable containing the params }
|
||||
case genericdef.typ of
|
||||
procdef:
|
||||
st:=genericdef.GetSymtable(gs_para);
|
||||
objectdef,
|
||||
recorddef:
|
||||
st:=genericdef.GetSymtable(gs_record);
|
||||
arraydef:
|
||||
st:=tarraydef(genericdef).symtable;
|
||||
procvardef:
|
||||
st:=genericdef.GetSymtable(gs_para);
|
||||
else
|
||||
internalerror(200511182);
|
||||
end;
|
||||
|
||||
generictypelist:=tfphashobjectlist.create(false);
|
||||
|
||||
{ build the list containing the types for the generic params }
|
||||
|
Loading…
Reference in New Issue
Block a user