[bcl-test-importer] Fix compiler warning about unused variable. (#5591)

Fixes this warning:

    tools/bcl-test-importer/BCLTestImporter/BCLTestProjectGenerator.cs(19,17): warning CS0414: The field 'BCLTestProjectGenerator.iOSReleasePattern' is assigned but its value is never used
This commit is contained in:
Rolf Bjarne Kvinge 2019-02-13 13:28:43 +01:00 коммит произвёл GitHub
Родитель c58487b2da
Коммит 7e67e7123d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,6 @@ namespace BCLTestImporter {
static string NUnitPattern = "monotouch_*_test.dll";
static string xUnitPattern = "monotouch_*_xunit-test.dll";
static string iOSReleasePattern = "ios-release-Darwin-*";
internal static readonly string NameKey = "%NAME%";
internal static readonly string ReferencesKey = "%REFERENCES%";
internal static readonly string RegisterTypeKey = "%REGISTER TYPE%";