Skip to content

Commit

Permalink
Delete unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Wong committed Jul 6, 2018
1 parent b1a397b commit 15276af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions file-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import {Profile, CallTreeNode, Frame, CallTreeProfileBuilder, FrameInfo} from '.
import {TimeFormatter, ByteFormatter, RawValueFormatter} from './value-formatters'
import {FileFormat} from './file-format-spec'

export interface InMemorySpeedscopeFile {
version: string
profile: Profile[]
}

export function exportProfile(profile: Profile): FileFormat.File {
const frames: FileFormat.Frame[] = []

Expand Down

0 comments on commit 15276af

Please sign in to comment.