From c073ae0ef9eb1b252929671a3f47f380f0b4f44c Mon Sep 17 00:00:00 2001 From: Patrick LeBlanc Date: Wed, 11 Mar 2020 18:29:38 -0400 Subject: [PATCH] MCOL-2022. Removed some test code. --- oamapps/postConfigure/postConfigure.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/oamapps/postConfigure/postConfigure.cpp b/oamapps/postConfigure/postConfigure.cpp index 8de961c07..b05eef05e 100644 --- a/oamapps/postConfigure/postConfigure.cpp +++ b/oamapps/postConfigure/postConfigure.cpp @@ -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;