mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-12 14:33:27 +00:00
Remove unused variable
This commit is contained in:
parent
c41634e728
commit
e9c571c01c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user