git » jacl.git » commit cef2746

minor cleanup

author Alan Dipert
2020-02-24 03:22:21 UTC
committer Alan Dipert
2020-02-24 03:22:21 UTC
parent 97aed2d654c7e49cf208a3500bbe557eb549958b

minor cleanup

jacl.js +0 -1

diff --git a/jacl.js b/jacl.js
index 3313c6e..d620ad0 100644
--- a/jacl.js
+++ b/jacl.js
@@ -1251,7 +1251,6 @@ const analyzeSpecials = new Map([
     if (body.length > 0
         && List.isProperList(body[0])
         && (List.first(body[0]) === CLPKG.intern('DECLARE'))) {
-      [, declarations] = body[0];
       declarations = List.toArray(List.rest(body[0]));
       body = body.slice(1);
     }