💄 tslint /api

This commit is contained in:
Johannes Rieken
2016-02-04 17:25:55 +01:00
parent dd751e45ee
commit b3f65f6182
10 changed files with 33 additions and 36 deletions

View File

@@ -102,7 +102,6 @@ export class FileSystemWatcher implements _FileSystemWatcher {
export class ExtHostFileSystemEventService {
private _emitter = new Emitter<FileSystemEvents>();
private _watchers: FileSystemWatcher[] = [];
constructor(@INullService ns) {
}