Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 5e06492

Browse files
dkorpeldlang-bot
authored andcommitted
Remove unused Array struct
1 parent b1d71cc commit 5e06492

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: src/rt/lifetime.d

-9
Original file line numberDiff line numberDiff line change
@@ -1135,15 +1135,6 @@ extern (C) void* _d_newitemiT(in TypeInfo _ti) pure nothrow @weak
11351135
return p;
11361136
}
11371137

1138-
/**
1139-
*
1140-
*/
1141-
struct Array
1142-
{
1143-
size_t length;
1144-
byte* data;
1145-
}
1146-
11471138
debug(PRINTF)
11481139
{
11491140
extern(C) void printArrayCache()

0 commit comments

Comments
 (0)