Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit d0ff3bd

Browse files
committed
remove obsolete variables
1 parent 9dce356 commit d0ff3bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ldc/eh/win32.d

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ extern(C) void _d_throw_exception(Object e)
129129

130130
///////////////////////////////////////////////////////////////
131131

132-
__gshared CatchableType* ctCxxDThrowable;
133-
__gshared CatchableType* ctCxxDException;
134-
__gshared CatchableType* ctCxxDError;
135-
136132
extern(C) string _d_toString(Object o)
137133
{
138134
return o.toString();

0 commit comments

Comments
 (0)