diff options
Diffstat (limited to 'gdb/btrace.h')
-rw-r--r-- | gdb/btrace.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/btrace.h b/gdb/btrace.h index 0ddd4c1..36bf500 100644 --- a/gdb/btrace.h +++ b/gdb/btrace.h @@ -150,9 +150,6 @@ struct btrace_function a fixup to normalize function levels so the smallest level is zero. */ int level; - /* The source line range of this function segment (both inclusive). */ - int lbegin, lend; - /* A bit-vector of btrace_function_flag. */ enum btrace_function_flag flags; }; |