From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web10.85.1578692657316959983 for ; Fri, 10 Jan 2020 13:44:17 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: ashley.e.desimone@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2020 13:44:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,418,1571727600"; d="scan'208";a="224318544" Received: from aedesimo-desk.amr.corp.intel.com ([10.7.159.171]) by orsmga003.jf.intel.com with ESMTP; 10 Jan 2020 13:44:16 -0800 From: "Desimone, Ashley E" To: devel@edk2.groups.io Cc: Nate DeSimone , Puja Pandya , Erik Bjorge , Bret Barkelew Subject: [edk2-staging/EdkRepo] [PATCH] EdkRepo: Remove unused string Date: Fri, 10 Jan 2020 13:44:09 -0800 Message-Id: <20200110214409.21700-1-ashley.e.desimone@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Remove unused string NOT_IN_INDEX. The contents of this string was the same as VERIFY_PROJ_NOT_IN_INDEX. Signed-off-by: Ashley E Desimone Cc: Nate DeSimone Cc: Puja Pandya Cc: Erik Bjorge Cc: Bret Barkelew --- edkrepo/common/humble.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/edkrepo/common/humble.py b/edkrepo/common/humble.py index 7f28d08..3ad03ac 100644 --- a/edkrepo/common/humble.py +++ b/edkrepo/common/humble.py @@ -95,8 +95,6 @@ MIRROR_PRIMARY_REPOS_MISSING = 'The edkrepo global configuration file missing [p MIRROR_DECODE_WARNING = 'WARNING: Could not decode so assuming a primary repo: {}' MAX_PATCH_SET_INVALID = 'Invalid value detected in user configuration file for max-patch-set (must be an integer).' -NOT_IN_INDEX = 'The selected project cannot be found in the global manifest repository' - # Manifest verification error messages VERIFY_ERROR_HEADER = 'Manifest repository verification errors:' VERIFY_EXCEPTION_MSG = 'Manifest repository verification failed' -- 2.16.2.windows.1