mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibJS: Remove Bytecode::Interpreter::debug_position()
This was only used in one place, and that place is already covered by a VERIFY anyway.
This commit is contained in:
@@ -88,7 +88,6 @@ public:
|
||||
Executable const& current_executable() const { return *m_current_executable; }
|
||||
BasicBlock const& current_block() const { return *m_current_block; }
|
||||
auto& instruction_stream_iterator() const { return m_pc; }
|
||||
DeprecatedString debug_position() const;
|
||||
|
||||
void visit_edges(Cell::Visitor&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user