Browse Source

Fix build.

Ian Rose 8 years ago
parent
commit
454b3f730c
1 changed files with 0 additions and 21 deletions
  1. 0 21
      packages/coreutils/src/realtime.ts

+ 0 - 21
packages/coreutils/src/realtime.ts

@@ -5,18 +5,6 @@ import {
   IDisposable
 } from '@phosphor/disposable';
 
-import {
-  JSONValue, Token
-} from '@phosphor/coreutils';
-
-import {
-  IObservableString
-} from './observablestring';
-
-import {
-  IObservableVector
-} from './observablevector';
-
 import {
   IObservableMap
 } from './observablemap';
@@ -25,15 +13,6 @@ import {
   IModelDB
 } from './modeldb';
 
-/* tslint:disable */
-/**
- * The realtime service token.
- */
-export
-const IRealtime = new Token<IRealtime>('jupyter.services.realtime');
-/* tslint:enable */
-
-
 /**
  * Interface for a Realtime service.
  */