Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gardusig committed Dec 15, 2022
1 parent 2fcefd9 commit a834f96
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Conductor/Client/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@ public static Configuration Default

#region Private Members

/// <summary>
/// Gets or sets the API key based on the authentication name.
/// </summary>
/// <value>The API key.</value>
private IDictionary<string, string> _apiKey = null;

/// <summary>
/// Gets or sets the prefix (e.g. Token) of the API key based on the authentication name.
/// </summary>
/// <value>The prefix of the API key.</value>
private IDictionary<string, string> _apiKeyPrefix = null;

private string _dateTimeFormat = ISO8601_DATETIME_FORMAT;
private string _tempFolderPath = Path.GetTempPath();

Expand Down

0 comments on commit a834f96

Please sign in to comment.