From b0b951d937a64163513e46d65b529c6a5ac87139 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 2 Oct 2007 15:56:51 +0000 Subject: [PATCH] * inflow.c (terminal_ours_1): Remove useless line. --- gdb/ChangeLog | 4 ++++ gdb/inflow.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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 */ } } -- 2.30.2