# HG changeset patch # User Lucas Thompson # Date 1484760072 0 # Node ID 5fb318ac16d51795977f81c72f0ed430f591ba10 # Parent 976638dd5c63075e1c00126725ec0169e31a12e1 Remove unused type / interface declaration, although it was clearly introduced for a reason which wasn't followed up on. diff -r 976638dd5c63 -r 5fb318ac16d5 src/app/services/feature-extraction/FeatureExtractionWorker.ts --- a/src/app/services/feature-extraction/FeatureExtractionWorker.ts Wed Jan 18 17:18:24 2017 +0000 +++ b/src/app/services/feature-extraction/FeatureExtractionWorker.ts Wed Jan 18 17:21:12 2017 +0000 @@ -24,11 +24,6 @@ type LibraryUri = string; type LibraryKey = string; -interface Message { - method: string; - params: any; -} - type RequireJs = (libs: string[], callback: (...libs: any[]) => void) => void; export default class FeatureExtractionWorker {