From a834f965354e1210e0637b11ddc4d5c0af297cb6 Mon Sep 17 00:00:00 2001 From: gardusig Date: Thu, 15 Dec 2022 15:40:09 -0300 Subject: [PATCH] Removed unused variables --- Conductor/Client/Configuration.cs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Conductor/Client/Configuration.cs b/Conductor/Client/Configuration.cs index 4c90322c..728b058e 100644 --- a/Conductor/Client/Configuration.cs +++ b/Conductor/Client/Configuration.cs @@ -76,18 +76,6 @@ public static Configuration Default #region Private Members - /// - /// Gets or sets the API key based on the authentication name. - /// - /// The API key. - private IDictionary _apiKey = null; - - /// - /// Gets or sets the prefix (e.g. Token) of the API key based on the authentication name. - /// - /// The prefix of the API key. - private IDictionary _apiKeyPrefix = null; - private string _dateTimeFormat = ISO8601_DATETIME_FORMAT; private string _tempFolderPath = Path.GetTempPath();