1
Fork 0
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:
Andreas Kling 2023-09-21 09:41:25 +02:00
parent 3ccac0cf6e
commit 3d5cd23393
2 changed files with 0 additions and 15 deletions

View file

@ -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;