aboutsummaryrefslogtreecommitdiff
path: root/gdb/inline-frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/inline-frame.c')
-rw-r--r--gdb/inline-frame.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inline-frame.c b/gdb/inline-frame.c
index 50f492a..cecb2af 100644
--- a/gdb/inline-frame.c
+++ b/gdb/inline-frame.c
@@ -28,8 +28,6 @@
#include "vec.h"
#include "frame.h"
-#include "gdb_assert.h"
-
/* We need to save a few variables for every thread stopped at the
virtual call site of an inlined function. If there was always a
"struct thread_info", we could hang it off that; in the mean time,