1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 01:56:38 +02:00

Kill checks for obsolete versions of Windows.

Because of the required system functionality Anope will not build
or run on these systems anyway.
This commit is contained in:
Sadie Powell
2024-02-25 23:56:46 +00:00
parent 273e7f249c
commit cabaa079df
2 changed files with 0 additions and 155 deletions
-5
View File
@@ -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