diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-10-02 15:56:51 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-10-02 15:56:51 +0000 |
commit | b0b951d937a64163513e46d65b529c6a5ac87139 (patch) | |
tree | 515053da2b0299a10140d4d13c15bdb20ba4d578 | |
parent | 82e9138962ae424ea29a2a3f78513dee14cea510 (diff) | |
download | gdb-b0b951d937a64163513e46d65b529c6a5ac87139.zip gdb-b0b951d937a64163513e46d65b529c6a5ac87139.tar.gz gdb-b0b951d937a64163513e46d65b529c6a5ac87139.tar.bz2 |
* inflow.c (terminal_ours_1): Remove useless line.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/inflow.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a14caef..9d0c86b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com> + * inflow.c (terminal_ours_1): Remove useless line. + +2007-10-02 Daniel Jacobowitz <dan@codesourcery.com> + * mips-tdep.c (mips_read_fp_register_double): Correct check for odd FP registers. (mips_print_fp_register): Correct check for even FP registers. diff --git a/gdb/inflow.c b/gdb/inflow.c index 86eae0e..99cc955 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 */ } } |