diff --git a/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs b/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs
index f97e5c3dd3..6719702b9e 100644
--- a/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs
+++ b/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs
@@ -29,11 +29,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Core
///
public bool AddServerHeader { get; set; } = true;
- ///
- /// Gets or sets a value that determines if Kestrel should use the transport thread thread when executing user code.
- ///
- public bool UseTransportThread { get; set; }
-
///
/// Gets or sets a value that determines how Kestrel should schedule user callbacks.
///