summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-10-02 15:56:51 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-10-02 15:56:51 +0000
commit8834cbdeea9e478dbe0cb64a076853a3aab2f4e4 (patch)
tree50670d257018c659b7e309c67a0b990234e82b0f /gdb/inflow.c
parentcdc0d0986e0a02dfe6e5cdc11595cfae7c245a03 (diff)
downloadgdb-8834cbdeea9e478dbe0cb64a076853a3aab2f4e4.tar.gz
* inflow.c (terminal_ours_1): Remove useless line.
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r--gdb/inflow.c2
1 files changed, 0 insertions, 2 deletions
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 */
}
}