mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-28 05:16:01 +00:00
* resrc.c (close_input_stream): delete extraneous logic
This commit is contained in:
parent
6545f5fb9f
commit
6a84a0f95e
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user