From: DJ Delorie Date: Wed, 30 Aug 2000 23:06:03 +0000 (+0000) Subject: * resrc.c (close_input_stream): delete extraneous logic X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a84a0f95eb24adddd628579394bdc272a2c9329;p=binutils-gdb.git * resrc.c (close_input_stream): delete extraneous logic --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 19fc9bdd131..a0b115e490c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-08-30 Jamie Guinan + + * resrc.c (close_input_stream): delete extraneous logic + 2000-08-24 Hans-Peter Nilsson * NEWS: Mention support for CRIS. diff --git a/binutils/resrc.c b/binutils/resrc.c index ccc42ea6899..68bc7c40302 100644 --- a/binutils/resrc.c +++ b/binutils/resrc.c @@ -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)