From aee77c81570fd82ed2af01b58ef32e4fd92b1762 Mon Sep 17 00:00:00 2001 From: vvakame Date: Sun, 19 Jul 2015 17:49:01 +0900 Subject: [PATCH] fix typescript-services/typescriptServices.d.ts --- typescript-services/typescriptServices.d.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/typescript-services/typescriptServices.d.ts b/typescript-services/typescriptServices.d.ts index 25f174b43b..dfa2c633d0 100644 --- a/typescript-services/typescriptServices.d.ts +++ b/typescript-services/typescriptServices.d.ts @@ -592,12 +592,6 @@ declare module TypeScript.Collections { function createHashTable(capacity?: number, hash?: (k: TKey) => number): HashTable; function identityHashCode(value: any): number; } -declare class Enumerator { - public atEnd(): boolean; - public moveNext(): boolean; - public item(): any; - constructor(o: any); -} declare module TypeScript { var nodeMakeDirectoryTime: number; var nodeCreateBufferTime: number;