This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 4859d0c9035f2b94f4495b21d3421b11d58236ce
Author: Sebb <[email protected]>
AuthorDate: Thu Nov 18 00:48:13 2021 +0000

    Unused
---
 webui/js/source/base-js-extensions.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/webui/js/source/base-js-extensions.js 
b/webui/js/source/base-js-extensions.js
index 93f54ca..c806048 100644
--- a/webui/js/source/base-js-extensions.js
+++ b/webui/js/source/base-js-extensions.js
@@ -146,7 +146,6 @@ Array.prototype.remove = function(val) {
 
 /* Check if array has value */
 Array.prototype.has = function(val) {
-    var i, item, j, len;
     for (let item of this) {
         if (item === val) {
             return true;

Reply via email to