mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +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:
parent
0c746366cc
commit
213b835b57
Notes:
sideshowbarker
2024-07-17 02:55:44 +09:00
Author: https://github.com/awesomekling
Commit: 213b835b57
Pull-request: https://github.com/SerenityOS/serenity/pull/21241
3 changed files with 0 additions and 12 deletions
|
@ -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&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue