Remove unused variable

This commit is contained in:
Michiel Hazelhof 2024-03-31 11:51:36 +02:00
parent c41634e728
commit e9c571c01c
No known key found for this signature in database
GPG Key ID: EECB9B96355B5EBF

View File

@ -12,7 +12,7 @@ namespace bitBetter;
internal class Program
{
private static Int32 Main(String[] args)
private static Int32 Main()
{
const String certFile = "/app/cert.cert";
String[] files = Directory.GetFiles("/app/mount", "Core.dll", SearchOption.AllDirectories);