diff --git a/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs b/src/Microsoft.AspNetCore.Server.Kestrel.Core/KestrelServerOptions.cs
index 1f4301418a..f4752bda71 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.
///