aboutsummaryrefslogtreecommitdiff
path: root/py/emit.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-09-15 12:17:14 +1000
committerDamien George <damien.p.george@gmail.com>2018-09-15 12:17:14 +1000
commit1d7c221b3023d784ba96cb501b9becae794dac1f (patch)
treeb757b513f868816e621c06e62986c17a3df95867 /py/emit.h
parent3751512e9db7ebda9ff06a710038c742ac91126c (diff)
py/emit: Remove need to call set_native_type to set native/viper mode.
The native emitter can easily determine the mode via scope->emit_options.
Diffstat (limited to 'py/emit.h')
-rw-r--r--py/emit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/emit.h b/py/emit.h
index e9980b585..f63bb1d7a 100644
--- a/py/emit.h
+++ b/py/emit.h
@@ -51,7 +51,6 @@ typedef enum {
#define MP_EMIT_BREAK_FROM_FOR (0x8000)
-#define MP_EMIT_NATIVE_TYPE_ENABLE (0)
#define MP_EMIT_NATIVE_TYPE_RETURN (1)
#define MP_EMIT_NATIVE_TYPE_ARG (2)