aboutsummaryrefslogtreecommitdiff
path: root/gdb/source.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/source.c')
-rw-r--r--gdb/source.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/source.c b/gdb/source.c
index d01dff4..6e29172 100644
--- a/gdb/source.c
+++ b/gdb/source.c
@@ -355,10 +355,10 @@ forget_cached_source_info_for_objfile (struct objfile *objfile)
xfree (s->fullname);
s->fullname = NULL;
}
-
- if (objfile->sf)
- objfile->sf->qf->forget_cached_source_info (objfile);
}
+
+ if (objfile->sf)
+ objfile->sf->qf->forget_cached_source_info (objfile);
}
/* Forget what we learned about line positions in source files, and
@@ -369,7 +369,6 @@ void
forget_cached_source_info (void)
{
struct program_space *pspace;
- struct symtab *s;
struct objfile *objfile;
ALL_PSPACES (pspace)