aboutsummaryrefslogtreecommitdiff
path: root/gdb/source.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-06-21 13:27:42 +0000
committerJason Molenda <jmolenda@apple.com>1999-06-21 13:27:42 +0000
commit9e0b60a847e443d0120ddd61a479e25ae8fcb83d (patch)
treee90e7c759d41943a9c008cc4fd49fc613dc4ce8d /gdb/source.c
parenta8e53fb060baeebbf81fa5c0462effe814dfa1c5 (diff)
downloadgdb-9e0b60a847e443d0120ddd61a479e25ae8fcb83d.zip
gdb-9e0b60a847e443d0120ddd61a479e25ae8fcb83d.tar.gz
gdb-9e0b60a847e443d0120ddd61a479e25ae8fcb83d.tar.bz2
import gdb-1999-06-21 snapshot
Diffstat (limited to 'gdb/source.c')
-rw-r--r--gdb/source.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c
index 2ee51b6..2d80b77 100644
--- a/gdb/source.c
+++ b/gdb/source.c
@@ -994,7 +994,6 @@ print_source_lines_base (s, line, stopline, noerror)
current_source_line = line;
first_line_listed = line;
-
/* Only prints "No such file or directory" once */
if ((s != last_source_visited) || (! last_source_error))
{