projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e9138
)
* inflow.c (terminal_ours_1): Remove useless line.
author
Daniel Jacobowitz
<drow@false.org>
Tue, 2 Oct 2007 15:56:51 +0000
(15:56 +0000)
committer
Daniel Jacobowitz
<drow@false.org>
Tue, 2 Oct 2007 15:56:51 +0000
(15:56 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/inflow.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index a14caefd2996db69e6f83699b2a9fe79103d3c79..9d0c86b6fb3ee20226e9f812a331eb58855b5f6d 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+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
diff --git
a/gdb/inflow.c
b/gdb/inflow.c
index 86eae0ec7e89be7835a872665d07a96cfc7bbe99..99cc955d04fb7860db00a44861d222dbc1ede525 100644
(file)
--- 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 */
}
}