aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
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)
941 941
942static void 942static void
943store_symval_forwarding (union Lisp_Fwd *valcontents, register Lisp_Object newval, struct buffer *buf) 943store_symval_forwarding (union Lisp_Fwd *valcontents, register Lisp_Object newval, struct buffer *buf)
944 /* struct Lisp_Symbol *symbol; */
945
946
947
948{ 944{
949 switch (XFWDTYPE (valcontents)) 945 switch (XFWDTYPE (valcontents))
950 { 946 {