summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/OpenIdException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId/OpenIdException.cs')
-rw-r--r--src/DotNetOpenId/OpenIdException.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DotNetOpenId/OpenIdException.cs b/src/DotNetOpenId/OpenIdException.cs
index 3285494..f526d66 100644
--- a/src/DotNetOpenId/OpenIdException.cs
+++ b/src/DotNetOpenId/OpenIdException.cs
@@ -20,7 +20,6 @@ namespace DotNetOpenId {
/// </summary>
public Identifier Identifier { get; private set; }
internal Protocol Protocol = Protocol.Default;
- Protocol IEncodable.Protocol { get { return this.Protocol; } }
internal IDictionary<string, string> ExtraArgsToReturn;
internal OpenIdException(string message, Identifier identifier, IDictionary<string, string> query, Exception innerException)