diff options
author | Takashi Kokubun <[email protected]> | 2023-07-27 16:50:32 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-07-27 16:50:50 -0700 |
commit | bf4d64d8d0a35a1e92707e0cb2706348f21eb9b5 (patch) | |
tree | c1b2ca09406b28c6da235be03d4803a9ababa0c2 | |
parent | cf0c907bc7f7f435887a50b350a8b489aa7ff7f8 (diff) |
Remove an unused macro
We've deleted opt_call_c_function instruction before.
-rw-r--r-- | vm_opts.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |