From ad03f616f79561024e2a69a89681c163703ea675 Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Mon, 15 Feb 2021 14:09:40 +0100 Subject: [PATCH] Removed unused var --- SafeBoxEncryptor/encrypt.php | 1 - 1 file changed, 1 deletion(-) diff --git a/SafeBoxEncryptor/encrypt.php b/SafeBoxEncryptor/encrypt.php index 8e69e63..069e171 100644 --- a/SafeBoxEncryptor/encrypt.php +++ b/SafeBoxEncryptor/encrypt.php @@ -14,7 +14,6 @@ do{ } while (trim($message) != "quit"); $nkeys = (int)readline("\nHow many keys? : "); -$keysArr = []; $keytot = []; for ($i = 0;$i < $nkeys;$i++) {