提交 fccc14ab 编写于 作者: M Matt Bierner

Remove empty ctor

上级 7574d1dd
......@@ -8,11 +8,7 @@ import { ITunnelService, RemoteTunnel } from 'vs/platform/remote/common/tunnel';
export class NoOpTunnelService implements ITunnelService {
_serviceBrand: undefined;
public constructor(
) {
}
openTunnel(remotePort: number): Promise<RemoteTunnel> | undefined {
openTunnel(_remotePort: number): Promise<RemoteTunnel> | undefined {
return undefined;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册