mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 17:06:14 +02:00
Remove redundant TArray<T> declaration in Generics.Collections. Was introduced before objpas.TArray<T> declaration but objpas.TArray<T> is more proper and Delphi compatible.
git-svn-id: trunk@35406 -
This commit is contained in:
parent
b38243c5cb
commit
79076c695d
@ -55,8 +55,6 @@ uses
|
||||
}
|
||||
|
||||
type
|
||||
TArray<T> = array of T; // for name TArray<T> conflict with TArray record implementation (bug #26030)
|
||||
|
||||
// bug #24254 workaround
|
||||
// should be TArray = record class procedure Sort<T>(...) etc.
|
||||
TCustomArrayHelper<T> = class abstract
|
||||
|
Loading…
Reference in New Issue
Block a user