From cabaa079dfb1e5a65b770914676dd4b2f0f16b10 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 25 Feb 2024 23:56:46 +0000 Subject: Kill checks for obsolete versions of Windows. Because of the required system functionality Anope will not build or run on these systems anyway. --- src/init.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index d3d1df56f..aa6ff1336 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -417,11 +417,6 @@ bool Anope::Init(int ac, char **av) Log(LOG_TERMINAL) << "Anope " << Anope::Version() << ", " << Anope::VersionBuildString(); -#ifdef _WIN32 - if (!SupportedWindowsVersion()) - throw CoreException(GetWindowsVersion() + " is not a supported version of Windows"); -#endif - #ifdef _WIN32 Log(LOG_TERMINAL) << "Using configuration file " << Anope::ConfigDir << "\\" << ServicesConf.GetName(); #else -- cgit