diff options
Diffstat (limited to 'src/comp.c')
-rw-r--r-- | src/comp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/comp.c b/src/comp.c index 88b871aaae8..7d67995fa87 100644 --- a/src/comp.c +++ b/src/comp.c @@ -5174,7 +5174,6 @@ maybe_defer_native_compilation (Lisp_Object function_name, return; if (!native_comp_deferred_compilation - || !NILP (Vinhibit_native_compilation) || noninteractive || !NILP (Vpurify_flag) || !COMPILEDP (definition) @@ -5678,13 +5677,6 @@ For internal use. */); doc: /* Non-nil when comp.el can be native compiled. For internal use. */); /* Compiler control customizes. */ - DEFVAR_LISP ("inhibit-native-compilation", Vinhibit_native_compilation, - doc: /* If non-nil, inhibit automatic native compilation of loaded .elc files. - -After compilation, each function definition is updated to the native -compiled one. */); - Vinhibit_native_compilation = Qnil; - DEFVAR_BOOL ("native-comp-deferred-compilation", native_comp_deferred_compilation, doc: /* If non-nil compile loaded .elc files asynchronously. |