refactor(furvm): remove function from fwd.hpp

This commit is contained in:
2026-06-05 18:31:06 +02:00
parent 2030b66c7d
commit 5407f8cda7
-14
View File
@@ -46,20 +46,6 @@ enum class instruction_t : byte;
*/
struct instruction;
// function.hpp
/**
* @class function
* @brief Function.
*
*
* A furvm function.
*/
class function {
public:
private:
};
// module.hpp
/**