From: Richard Kenner Date: Fri, 25 Mar 1994 19:19:39 +0000 (-0500) Subject: (compile_file): Remove unused label. X-Git-Tag: misc/cutover-egcs-0~7048 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b689c575f00187a204fd6cd060265bf59666cd39;p=thirdparty%2Fgcc.git (compile_file): Remove unused label. From-SVN: r6895 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index 99f1bc4b596b..36db9d9e7d47 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 ();