diff --git a/src/bytecode/bytecode.hh b/src/bytecode/bytecode.hh index 9e0dbb6..d26341d 100644 --- a/src/bytecode/bytecode.hh +++ b/src/bytecode/bytecode.hh @@ -26,8 +26,6 @@ public: // TODO - debugging info - [[nodiscard]] std::vector const& data() const { return byte_array_.data(); } - [[nodiscard]] static ByteArray generate(BytecodePrototype const& bp); private: