summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2023-02-13 10:19:31 +0100
committerAndrea Corallo <akrl@sdf.org>2023-02-13 10:19:31 +0100
commitc0681cd3477b6fce5e257ac720a32e09357ea157 (patch)
treed2acb3fe54e0bcf3e8d900a0e746ca80533e8184 /lisp/subr.el
parent3969a34fa1ba1647665c662ce0a594b92f3f9d87 (diff)
downloademacs-c0681cd3477b6fce5e257ac720a32e09357ea157.tar.gz
Revert "Add new variable 'inhibit-native-compilation'"
This reverts commit 5fec9182dbeffa88cef6651d8c798ef9665d6681.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 6282abc1b16..a56aeab724a 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1894,9 +1894,6 @@ activations. To prevent runaway recursion, use `max-lisp-eval-depth'
instead; it will indirectly limit the specpdl stack size as well.")
(make-obsolete-variable 'max-specpdl-size nil "29.1")
-(make-obsolete-variable 'native-comp-deferred-compilation
- 'inhibit-native-compilation "29.1")
-
;;;; Alternate names for functions - these are not being phased out.