From: Kim F. Storm Date: Tue, 9 Nov 2004 13:19:11 +0000 (+0000) Subject: (store_symval_forwarding): Remove unused variables. X-Git-Tag: ttn-vms-21-2-B4~4057 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43e50e40db437972c1eb9ca87f89968cb393d316;p=emacs.git (store_symval_forwarding): Remove unused variables. --- diff --git a/src/data.c b/src/data.c index 92487f82ddb..2e3378cf319 100644 --- a/src/data.c +++ b/src/data.c @@ -908,8 +908,6 @@ store_symval_forwarding (symbol, valcontents, newval, buf) register Lisp_Object valcontents, newval; struct buffer *buf; { - int offset; - switch (SWITCH_ENUM_CAST (XTYPE (valcontents))) { case Lisp_Misc: @@ -941,7 +939,7 @@ store_symval_forwarding (symbol, valcontents, newval, buf) - (char *) &buffer_defaults); int idx = PER_BUFFER_IDX (offset); - Lisp_Object tail, buf; + Lisp_Object tail; if (idx <= 0) break;