diff options
| -rw-r--r-- | src/frame.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index cac9b0a4acd..6e125b9561c 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -2481,7 +2481,6 @@ delete_frame (Lisp_Object frame, Lisp_Object force) | |||
| 2481 | else | 2481 | else |
| 2482 | { | 2482 | { |
| 2483 | Lisp_Object tail; | 2483 | Lisp_Object tail; |
| 2484 | Lisp_Object frame1 UNINIT; /* This line works around GCC bug 85563. */ | ||
| 2485 | eassume (CONSP (Vframe_list)); | 2484 | eassume (CONSP (Vframe_list)); |
| 2486 | 2485 | ||
| 2487 | /* Look for another visible frame on the same terminal. | 2486 | /* Look for another visible frame on the same terminal. |