Skip to content

Commit ffc7221

Browse files
committed
Remove unused filterCallNodeAndCategoryPathByImplementation.
1 parent 816a75e commit ffc7221

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/profile-logic/transforms.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import type {
3333
IndexIntoStackTable,
3434
IndexIntoResourceTable,
3535
CallNodePath,
36-
CallNodeAndCategoryPath,
3736
CallNodeTable,
3837
StackType,
3938
ImplementationFilter,
@@ -1564,17 +1563,6 @@ export function filterCallNodePathByImplementation(
15641563
);
15651564
}
15661565

1567-
export function filterCallNodeAndCategoryPathByImplementation(
1568-
thread: Thread,
1569-
implementationFilter: ImplementationFilter,
1570-
path: CallNodeAndCategoryPath
1571-
): CallNodeAndCategoryPath {
1572-
const funcMatchesImplementation = FUNC_MATCHES[implementationFilter];
1573-
return path.filter((funcIndex) =>
1574-
funcMatchesImplementation(thread, funcIndex.func)
1575-
);
1576-
}
1577-
15781566
// User-facing properties about a stack frame.
15791567
export type BacktraceItem = {|
15801568
// The function name of the stack frame.

0 commit comments

Comments
 (0)