1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

(Fsnarf_documentation): Remove unused variables `fun' and

`tem'.
This commit is contained in:
Eli Zaretskii 2001-01-02 14:02:33 +00:00
parent 7ef8bdb5aa
commit 24109c98ab

View file

@ -477,7 +477,7 @@ when doc strings are referred to later in the dumped Emacs.")
register int filled;
register int pos;
register char *p, *end;
Lisp_Object sym, fun, tem;
Lisp_Object sym;
char *name;
#ifndef CANNOT_DUMP