1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

(check_ccl_update): Remove unused var vp.

This commit is contained in:
Kim F. Storm 2005-10-20 15:02:59 +00:00
parent 54622f3318
commit be76226871

View File

@ -2119,7 +2119,6 @@ int
check_ccl_update (ccl)
struct ccl_program *ccl;
{
struct Lisp_Vector *vp;
Lisp_Object slot, ccl_prog;
if (ccl->idx < 0)