mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LibJS: Remove unused Instruction::is_terminator()
This commit is contained in:
parent
3ccac0cf6e
commit
3d5cd23393
2 changed files with 0 additions and 15 deletions
|
@ -132,7 +132,6 @@ public:
|
|||
#undef __BYTECODE_OP
|
||||
};
|
||||
|
||||
bool is_terminator() const;
|
||||
Type type() const { return m_type; }
|
||||
size_t length() const { return m_length; }
|
||||
DeprecatedString to_deprecated_string(Bytecode::Executable const&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue