aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h
index f413d7a45ec..e92300f4f77 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -3281,9 +3281,6 @@ struct handler
3281 enum nonlocal_exit nonlocal_exit; 3281 enum nonlocal_exit nonlocal_exit;
3282 Lisp_Object val; 3282 Lisp_Object val;
3283 3283
3284 /* The bytecode offset where the error occurred. */
3285 int bytecode_offset;
3286
3287 struct handler *next; 3284 struct handler *next;
3288 struct handler *nextfree; 3285 struct handler *nextfree;
3289 3286