From c2f578a1c8a91b176ffdc5f31d160b1e16867808 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 17 May 2025 11:32:13 +0900 Subject: [PATCH] Remove the unnecessary line --- WelsonJS.Toolkit/WelsonJS.Launcher/ZipExtractor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WelsonJS.Toolkit/WelsonJS.Launcher/ZipExtractor.cs b/WelsonJS.Toolkit/WelsonJS.Launcher/ZipExtractor.cs index 8ea6610..d6c9691 100644 --- a/WelsonJS.Toolkit/WelsonJS.Launcher/ZipExtractor.cs +++ b/WelsonJS.Toolkit/WelsonJS.Launcher/ZipExtractor.cs @@ -4,7 +4,6 @@ using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; -using System.Security.Cryptography; using System.Threading.Tasks; namespace WelsonJS.Launcher