Minor clean up

This commit is contained in:
Pine Wu
2016-10-20 00:21:19 -07:00
parent 313df776af
commit b141507050
5 changed files with 8 additions and 16 deletions

View File

@@ -119,7 +119,6 @@ export abstract class MainThreadEditorsShape {
export abstract class MainThreadTreeExplorersShape {
$registerTreeExplorerNodeProvider(providerId: string): void { throw ni(); }
$unregisterTreeExplorerNodeProvider(providerId: string): void { throw ni(); }
}
export abstract class MainThreadErrorsShape {