* 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 a14caef..9d0c86b 100644 (file)
@@ -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.
index 86eae0e..99cc955 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 */
     }
 }