diff options
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data.c b/src/data.c index 156c900933f..f92bc796480 100644 --- a/src/data.c +++ b/src/data.c @@ -941,10 +941,6 @@ do_symval_forwarding (register union Lisp_Fwd *valcontents) static void store_symval_forwarding (union Lisp_Fwd *valcontents, register Lisp_Object newval, struct buffer *buf) - /* struct Lisp_Symbol *symbol; */ - - - { switch (XFWDTYPE (valcontents)) { |