* resrc.c (close_input_stream): delete extraneous logic

This commit is contained in:
DJ Delorie 2000-08-30 23:06:03 +00:00
parent 6545f5fb9f
commit 6a84a0f95e
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2000-08-30 Jamie Guinan <guinan@bluebutton.com>
* resrc.c (close_input_stream): delete extraneous logic
2000-08-24 Hans-Peter Nilsson <hp@axis.com>
* NEWS: Mention support for CRIS.

View 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)