From 4641e9f2da7713e0ccec2d0db3bcb88e04c57e75 Mon Sep 17 00:00:00 2001 From: Nev <54870357+MSNev@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:38:24 -0800 Subject: [PATCH] Potential fix for code scanning alert no. 62: Unused variable, import, function or class Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- lib/src/DynamicProto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/DynamicProto.ts b/lib/src/DynamicProto.ts index dcb6cb9..6beebbb 100644 --- a/lib/src/DynamicProto.ts +++ b/lib/src/DynamicProto.ts @@ -16,7 +16,7 @@ interface DynamicGlobalSettings { n: number }; -const UNDEFINED = "undefined"; + /** * Constant string defined to support minimization