Skip to content

Commit c1e0b26

Browse files
committed
remove unused method
1 parent 753ff3d commit c1e0b26

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Workspaces/Remote/Core/BrokeredServiceDescriptors.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,4 @@ private static ServiceJsonRpcDescriptor CreateDescriptor(ServiceMoniker moniker,
127127
: new ServiceJsonRpcDescriptor(moniker, Formatters.MessagePack, MessageDelimiters.BigEndianInt32LengthHeader);
128128
return descriptor.WithExceptionStrategy(ExceptionProcessing.ISerializable);
129129
}
130-
131-
private static ServiceJsonRpcDescriptor CreateDescriptorWithProtocolVersion(ServiceMoniker moniker, int protocolVersion)
132-
=> new ServiceJsonRpcDescriptor(moniker, clientInterface: null, Formatters.MessagePack, MessageDelimiters.BigEndianInt32LengthHeader, new MultiplexingStream.Options { ProtocolMajorVersion = protocolVersion })
133-
.WithExceptionStrategy(ExceptionProcessing.ISerializable);
134-
135130
}

0 commit comments

Comments
 (0)