summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs')
-rw-r--r--src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs b/src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs
index 0dfa5d6..f441c07 100644
--- a/src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs
+++ b/src/DotNetOpenAuth.AspNet/Clients/DictionaryExtensions.cs
@@ -13,8 +13,6 @@ namespace DotNetOpenAuth.AspNet.Clients {
/// The dictionary extensions.
/// </summary>
internal static class DictionaryExtensions {
- #region Public Methods and Operators
-
/// <summary>
/// Adds the value from an XDocument with the specified element name if it's not empty.
/// </summary>
@@ -56,7 +54,5 @@ namespace DotNetOpenAuth.AspNet.Clients {
dictionary[key] = value;
}
}
-
- #endregion
}
}