diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/JsonInputFormatter.cs b/src/Microsoft.AspNet.Mvc.Core/Formatters/JsonInputFormatter.cs
index 7e4243614c..9cba809892 100644
--- a/src/Microsoft.AspNet.Mvc.Core/Formatters/JsonInputFormatter.cs
+++ b/src/Microsoft.AspNet.Mvc.Core/Formatters/JsonInputFormatter.cs
@@ -57,12 +57,6 @@ namespace Microsoft.AspNet.Mvc
}
}
- ///
- /// Gets or sets if deserialization errors are captured. When set, these errors appear in
- /// the instance of .
- ///
- public bool CaptureDeserilizationErrors { get; set; }
-
///
public override Task