1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-2022. Removed some test code.

This commit is contained in:
Patrick LeBlanc
2020-03-11 18:29:38 -04:00
parent 2cd0f8314c
commit c073ae0ef9

View File

@ -1399,15 +1399,6 @@ int main(int argc, char* argv[])
{
cloud = oam::UnassignedName;
}
#if XXXPAT
if (cloud.find("amazon") != string::npos)
{
cout << "AWS-specific functionality has been deprecated for this version." << endl
<< "Please re-run postConfigure without the upgrade option." << endl;
exit(1);
}
#endif
if ( cloud == "disable" )
amazonInstall = false;