unintentional change removal

A recursive guard check was accidentally checked in with the
status field stuff. Remove it.
This commit is contained in:
nethack.allison
2003-11-30 05:54:02 +00:00
parent 10480f4397
commit 73e2a01501
3 changed files with 6 additions and 18 deletions

View File

@@ -152,10 +152,6 @@ E NEARDATA struct sinfo {
int panicking; /* `panic' is in progress */
#if defined(VMS) || defined(WIN32)
int exiting; /* an exit handler is executing */
#endif
int in_impossible;
#ifdef PANICLOG
int in_paniclog;
#endif
} program_state;