From 61a071cee6588a48aae454e73cb21c57588e30a9 Mon Sep 17 00:00:00 2001 From: Andre Wagner Date: Tue, 28 Apr 2026 09:48:49 -0500 Subject: [PATCH] . --- src/bytecode/bytecode.hh | 2 -- 1 file changed, 2 deletions(-) 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: