aboutsummaryrefslogtreecommitdiff
path: root/binutils/resrc.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-08-30 23:06:03 +0000
committerDJ Delorie <dj@redhat.com>2000-08-30 23:06:03 +0000
commit6a84a0f95eb24adddd628579394bdc272a2c9329 (patch)
tree43f1a1fb6a807876e131cce7d6f1925aeba650c6 /binutils/resrc.c
parent6545f5fb9f203aee469c8a996a40600ea712036a (diff)
downloadgdb-6a84a0f95eb24adddd628579394bdc272a2c9329.zip
gdb-6a84a0f95eb24adddd628579394bdc272a2c9329.tar.gz
gdb-6a84a0f95eb24adddd628579394bdc272a2c9329.tar.bz2
* 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 ccc42ea..68bc7c4 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)