aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index 7212384..8183cfc 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -256,18 +256,10 @@ EXTERN int n_this_object_header_files;
EXTERN int n_allocated_this_object_header_files;
-/* When a header file is getting special overriding definitions
- for one source file, record here the header_files index
- of its normal definition vector.
- At other times, this is -1. */
-
-EXTERN int header_file_prev_index;
-
struct subfile_stack
{
struct subfile_stack *next;
char *name;
- int prev_index;
};
EXTERN struct subfile_stack *subfile_stack;