Skip to content

Commit

Permalink
Remove deadcode WindowsAzure#99
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrahman Elogeel committed Oct 18, 2013
1 parent 2066a5d commit 2c23629
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,20 +212,5 @@ e is FileLoadException ||

return assembly;
}

/// <summary>
/// Gets the setting defined in the Windows Azure configuration file.
/// </summary>
/// <param name="name">Setting name.</param>
/// <returns>Setting value.</returns>
private string GetServiceSetting(string name)
{
if (_getServiceSettingMethod != null)
{
return (string)_getServiceSettingMethod.Invoke(null, new object[] { name });
}

return null;
}
}
}

0 comments on commit 2c23629

Please sign in to comment.