From 5810cd81dd3d7a802f111005f42990dc8ebb0aa7 Mon Sep 17 00:00:00 2001 From: Brent Schmaltz Date: Mon, 24 Jun 2019 10:51:35 -0700 Subject: [PATCH] unused resource --- test/Runtime/RuntimeTestCommon/LogMessages.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Runtime/RuntimeTestCommon/LogMessages.cs b/test/Runtime/RuntimeTestCommon/LogMessages.cs index abe5aa34ee..6f7aab43b7 100644 --- a/test/Runtime/RuntimeTestCommon/LogMessages.cs +++ b/test/Runtime/RuntimeTestCommon/LogMessages.cs @@ -12,6 +12,6 @@ namespace RuntimeTestCommon internal static class LogMessages { internal const string PERF10000 = "PERF10000: Certificate with thumbprint: '{0}' could not be found in certificate store with name '{1}' and location '{2}'."; - internal const string PERF10001 = "PERF10001: {0} cannot be less than {1}."; + //internal const string PERF10001 = "PERF10001: {0} cannot be less than {1}."; } }