From b689c575f00187a204fd6cd060265bf59666cd39 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 25 Mar 1994 14:19:39 -0500 Subject: [PATCH] (compile_file): Remove unused label. From-SVN: r6895 --- gcc/toplev.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index 99f1bc4b596..36db9d9e7d4 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2394,8 +2394,6 @@ compile_file (name) #endif } - after_finish_compilation: - /* Language-specific end of compilation actions. */ lang_finish (); -- 2.30.2