Remove an unused macro

We've deleted opt_call_c_function instruction before.
This commit is contained in:
Takashi Kokubun 2023-07-27 16:50:32 -07:00
parent cf0c907bc7
commit bf4d64d8d0

View File

@ -61,10 +61,6 @@
#define OPT_SUPPORT_JOKE 0
#endif
#ifndef OPT_SUPPORT_CALL_C_FUNCTION
#define OPT_SUPPORT_CALL_C_FUNCTION 0
#endif
#ifndef VM_COLLECT_USAGE_DETAILS
#define VM_COLLECT_USAGE_DETAILS 0
#endif