Delete variable pure-space-overflow

* lisp/startup.el (pure-space-overflow): Make variable obsolete.
* lisp/loadup.el (pure-space-overflow): Do not set.  Remove call to
`garbage-collect', as that is done by `dump-emacs-portable'.
This commit is contained in:
Stefan Kangas 2024-12-10 23:35:31 +01:00
parent d6b05b1282
commit e7926ab486
2 changed files with 0 additions and 6 deletions

View file

@ -565,9 +565,6 @@ directory got moved. This is set to be a pair in the form of:
;; Avoid error if user loads some more libraries now.
(setq purify-flag nil)
(if (null (garbage-collect))
(setq pure-space-overflow t))
;; Make sure we will attempt bidi reordering henceforth.
(setq redisplay--inhibit-bidi nil)

View file

@ -427,9 +427,6 @@ from being initialized."
(defvar no-blinking-cursor nil)
(defvar pure-space-overflow nil
"Non-nil if building Emacs overflowed pure space.")
(defcustom tutorial-directory
(file-name-as-directory (expand-file-name "tutorials" data-directory))
"Directory containing the Emacs TUTORIAL files."