Skip to content

Commit 43dfd9c

Browse files
committed
win32_checkTLS: eliminate no longer used variable
This was used rather questionably to crash perl, stopping in the debugger if there is one, but that was removed in 7bd379e.
1 parent 4a9179a commit 43dfd9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

win32/perllib.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,13 @@ win32_checkTLS(PerlInterpreter *host_perl)
6363
if(tid != host_perl->Isys_intern.cur_tid) {
6464
dTHX; /* heavyweight */
6565
if (host_perl != my_perl) {
66-
int *nowhere = NULL;
6766
abort();
6867
}
6968
host_perl->Isys_intern.cur_tid = tid;
7069
}
7170
#else
7271
dTHX;
7372
if (host_perl != my_perl) {
74-
int *nowhere = NULL;
7573
abort();
7674
}
7775
#endif

0 commit comments

Comments
 (0)