mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibJS: Remove unused InstructionStreamIterator::source_code getter
This commit is contained in:
parent
703abac9c8
commit
59b1fb23a9
|
|
@ -105,11 +105,6 @@ UnrealizedSourceRange InstructionStreamIterator::source_range() const
|
|||
};
|
||||
}
|
||||
|
||||
RefPtr<SourceCode> InstructionStreamIterator::source_code() const
|
||||
{
|
||||
return m_executable ? m_executable->source_code.ptr() : nullptr;
|
||||
}
|
||||
|
||||
Operand::Operand(Register reg)
|
||||
: m_type(Type::Register)
|
||||
, m_index(reg.index())
|
||||
|
|
|
|||
|
|
@ -205,7 +205,6 @@ public:
|
|||
}
|
||||
|
||||
UnrealizedSourceRange source_range() const;
|
||||
RefPtr<SourceCode> source_code() const;
|
||||
|
||||
Executable const* executable() const { return m_executable; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user