]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* inflow.c (terminal_ours_1): Remove useless line.
authorDaniel Jacobowitz <drow@false.org>
Tue, 2 Oct 2007 15:56:51 +0000 (15:56 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 2 Oct 2007 15:56:51 +0000 (15:56 +0000)
gdb/ChangeLog
gdb/inflow.c

index a14caefd2996db69e6f83699b2a9fe79103d3c79..9d0c86b6fb3ee20226e9f812a331eb58855b5f6d 100644 (file)
@@ -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
index 86eae0ec7e89be7835a872665d07a96cfc7bbe99..99cc955d04fb7860db00a44861d222dbc1ede525 100644 (file)
@@ -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 */
     }
 }