Remove unused net declaration

This commit is contained in:
Ramya Achutha Rao
2018-02-01 16:03:07 -08:00
parent 64425cd1bb
commit b8b726b4a9

View File

@@ -13,7 +13,6 @@ import pkg from 'vs/platform/node/package';
import * as paths from 'path';
import * as os from 'os';
import * as fs from 'fs';
import * as net from 'net';
import { whenDeleted } from 'vs/base/node/pfs';
import { findFreePort } from 'vs/base/node/ports';
import { resolveTerminalEncoding } from 'vs/base/node/encoding';