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 /gdb/inflow.c | |
parent | 82e9138962ae424ea29a2a3f78513dee14cea510 (diff) | |
download | gdb-b0b951d937a64163513e46d65b529c6a5ac87139.zip gdb-b0b951d937a64163513e46d65b529c6a5ac87139.tar.gz gdb-b0b951d937a64163513e46d65b529c6a5ac87139.tar.bz2 |
* inflow.c (terminal_ours_1): Remove useless line.
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ } } |