Bug 156632 useless call to PR_CurrentThread

patch by riceman+bmo@mail.rit.edu r=dbaron sr=darin
This commit is contained in:
timeless%mozdev.org 2004-09-08 22:56:06 +00:00
parent 93056b178d
commit 37ec904a3b
4 changed files with 0 additions and 5 deletions

View File

@ -144,7 +144,6 @@ void abnormal_exit_handler(int signum)
|| (signum == SIGABRT)
)
{
PR_GetCurrentThread();
printf("prog = viewer\npid = %d\nsignal = %s\n", getpid(), strsignal(signum));
#if 0

View File

@ -146,7 +146,6 @@ static char _progname[1024] = "huh?";
void
ah_crap_handler(int signum)
{
PR_GetCurrentThread();
printf("prog = %s\npid = %d\nsignal = %s\n",
_progname,

View File

@ -144,7 +144,6 @@ static char _progname[1024] = "huh?";
void
ah_crap_handler(int signum)
{
PR_GetCurrentThread();
printf("prog = %s\npid = %d\nsignal = %s\n",
_progname,

View File

@ -92,7 +92,6 @@ void abnormal_exit_handler(int signum)
|| (signum == SIGABRT)
)
{
PR_GetCurrentThread();
printf("prog = %s\npid = %d\nsignal = %s\n",
_progname, getpid(), strsignal(signum));
@ -117,7 +116,6 @@ void abnormal_exit_handler(int signum)
void
ah_crap_handler(int signum)
{
PR_GetCurrentThread();
printf("\nProgram %s (pid = %d) received signal %d.\n",
_progname,