projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6545f5f
)
* resrc.c (close_input_stream): delete extraneous logic
author
DJ Delorie
<dj@redhat.com>
Wed, 30 Aug 2000 23:06:03 +0000
(23:06 +0000)
committer
DJ Delorie
<dj@redhat.com>
Wed, 30 Aug 2000 23:06:03 +0000
(23:06 +0000)
binutils/ChangeLog
patch
|
blob
|
history
binutils/resrc.c
patch
|
blob
|
history
diff --git
a/binutils/ChangeLog
b/binutils/ChangeLog
index 19fc9bdd1312ca207183a7cbab21dc4fd9081c56..a0b115e490cc2d65937f0007da41b372e8bc5748 100644
(file)
--- a/
binutils/ChangeLog
+++ b/
binutils/ChangeLog
@@
-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.
diff --git
a/binutils/resrc.c
b/binutils/resrc.c
index ccc42ea689941f703486a4becc2d6710e500e4ed..68bc7c40302fea757fb8d7d9e849327cbb3c01f3 100644
(file)
--- 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)