summaryrefslogtreecommitdiff
path: root/binutils/resrc.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2000-08-30 23:06:03 +0000
committerDJ Delorie <dj@delorie.com>2000-08-30 23:06:03 +0000
commitde80b3afb898fb5dfde723ef58b2bd3f5cc28744 (patch)
treec92e2dc99e1a95e627110e32aa1cde28a3844681 /binutils/resrc.c
parente4230da796b5c3adcb2f6ac133bf253f6de83376 (diff)
downloadbinutils-redhat-de80b3afb898fb5dfde723ef58b2bd3f5cc28744.tar.gz
* resrc.c (close_input_stream): delete extraneous logic
Diffstat (limited to 'binutils/resrc.c')
-rw-r--r--binutils/resrc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/binutils/resrc.c b/binutils/resrc.c
index ccc42ea689..68bc7c4030 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)