From 7bab59ea0a0172007d30f05ef33acd2cd602bf75 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 7 May 2023 22:23:16 +0100 Subject: [PATCH] Remove incorrect and unused variables --- win32/DotNet/n2n.vcproj | 4 ---- win32/DotNet/supernode.vcproj | 4 ---- win32/version-msvc.c | 3 --- 3 files changed, 11 deletions(-) delete mode 100644 win32/version-msvc.c diff --git a/win32/DotNet/n2n.vcproj b/win32/DotNet/n2n.vcproj index 650e694..7a7fbfe 100644 --- a/win32/DotNet/n2n.vcproj +++ b/win32/DotNet/n2n.vcproj @@ -217,10 +217,6 @@ RelativePath="..\..\twofish.c" > - - diff --git a/win32/DotNet/supernode.vcproj b/win32/DotNet/supernode.vcproj index c54e95b..ffda8ab 100644 --- a/win32/DotNet/supernode.vcproj +++ b/win32/DotNet/supernode.vcproj @@ -179,10 +179,6 @@ RelativePath="..\..\sn.c" > - - diff --git a/win32/version-msvc.c b/win32/version-msvc.c deleted file mode 100644 index 92cce06..0000000 --- a/win32/version-msvc.c +++ /dev/null @@ -1,3 +0,0 @@ -const char * n2n_sw_version = "2.0.0"; -const char * n2n_sw_osName = "Win32"; -const char * n2n_sw_buildDate = __DATE__ " " __TIME__;