From: Daniel Jacobowitz Date: Tue, 2 Oct 2007 15:56:51 +0000 (+0000) Subject: * inflow.c (terminal_ours_1): Remove useless line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0b951d937a64163513e46d65b529c6a5ac87139;p=binutils-gdb.git * inflow.c (terminal_ours_1): Remove useless line. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a14caefd299..9d0c86b6fb3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-10-02 Daniel Jacobowitz + + * inflow.c (terminal_ours_1): Remove useless line. + 2007-10-02 Daniel Jacobowitz * mips-tdep.c (mips_read_fp_register_double): Correct check for diff --git a/gdb/inflow.c b/gdb/inflow.c index 86eae0ec7e8..99cc955d04f 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -408,8 +408,6 @@ terminal_ours_1 (int output_only) result = fcntl (0, F_SETFL, tflags_ours); result = fcntl (0, F_SETFL, tflags_ours); #endif - - result = result; /* lint */ } }