Skip to content

Commit

Permalink
Remove unnecessary undefined check.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed May 23, 2020
1 parent 24cc689 commit 5968976
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/profile-logic/call-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,6 @@ export class CallTree {
};
}

if (this._nativeSymbols.name[inlinedIntoNativeSymbol] === undefined) {
return { type: 'none' };
}

const symbolName = this._stringTable.getString(
this._nativeSymbols.name[inlinedIntoNativeSymbol]
);
Expand Down

0 comments on commit 5968976

Please sign in to comment.