Remove use strict directives in main VS Code src (part 3)

We compile using the alwaysStrict flag so these directives are not needed.

This part removes most of the remaining use strict directives that were not caught by part 1 and 2
This commit is contained in:
Matt Bierner
2018-10-02 16:14:11 -07:00
parent 8087b0a8d8
commit d4edb9abcc
100 changed files with 0 additions and 100 deletions

View File

@@ -3,7 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
import * as sinon from 'sinon';
import { TPromise } from 'vs/base/common/winjs.base';