mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibJS: Remove unused InstructionStreamIterator::source_code getter
This commit is contained in:
parent
703abac9c8
commit
59b1fb23a9
Notes:
github-actions[bot]
2025-04-16 16:43:32 +00:00
Author: https://github.com/ADKaster
Commit: 59b1fb23a9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4362
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/Hendiadyoin1
2 changed files with 0 additions and 6 deletions
|
@ -205,7 +205,6 @@ public:
|
|||
}
|
||||
|
||||
UnrealizedSourceRange source_range() const;
|
||||
RefPtr<SourceCode> source_code() const;
|
||||
|
||||
Executable const* executable() const { return m_executable; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue