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

Commit 098a08a

Browse files
authored
Merge pull request #2039 from wilzbach/remove-unused
Remove unused _d_delarray merged-on-behalf-of: Rainer Schuetze <rainers@users.noreply.github.com>
2 parents df1de06 + 4ebcc7e commit 098a08a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/rt/lifetime.d

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,15 +1137,6 @@ struct Array
11371137
byte* data;
11381138
}
11391139

1140-
1141-
/**
1142-
* This function has been replaced by _d_delarray_t
1143-
*/
1144-
extern (C) void _d_delarray(void[]* p)
1145-
{
1146-
_d_delarray_t(p, null);
1147-
}
1148-
11491140
debug(PRINTF)
11501141
{
11511142
extern(C) void printArrayCache()

0 commit comments

Comments
 (0)