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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user