* 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

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