* inflow.c (terminal_ours_1): Remove useless line.

This commit is contained in:
Daniel Jacobowitz 2007-10-02 15:56:51 +00:00
parent 82e9138962
commit b0b951d937
2 changed files with 4 additions and 2 deletions

View 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

View 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 */
}
}