* MAINTAINERS: Added self and Andrew for the ppc sim.
[deliverable/binutils-gdb.git] / binutils / resrc.c
index ccc42ea689941f703486a4becc2d6710e500e4ed..68bc7c40302fea757fb8d7d9e849327cbb3c01f3 100644 (file)
@@ -498,12 +498,6 @@ read_rc_file (filename, preprocessor, preprocargs, language, use_temp_file)
 static void
 close_input_stream ()
 {
-  if (cpp_pipe != NULL)
-    {
-      pclose (cpp_pipe);
-      cpp_pipe = NULL;
-    }
-  
   if (istream_type == ISTREAM_FILE)
     {
       if (cpp_pipe != NULL)
This page took 0.022687 seconds and 4 git commands to generate.