Raymond Toy pushed to branch issue-120-software-type-in-c at cmucl / cmucl
Commits:
-
550b8762
by Raymond Toy at 2023-04-19T06:54:41-07:00
2 changed files:
Changes:
... | ... | @@ -54,7 +54,6 @@ |
54 | 54 | ;;; that set up the argument blocks for the server interfaces.
|
55 | 55 | |
56 | 56 | (defun os-init ()
|
57 | - ;; Decache version on save, because it might not be the same when we restart.
|
|
58 | 57 | (setf *software-version* nil))
|
59 | 58 | |
60 | 59 | ;;; GET-PAGE-SIZE -- Interface
|
... | ... | @@ -31,7 +31,6 @@ |
31 | 31 | ;;; OS-Init initializes our operating-system interface.
|
32 | 32 | ;;;
|
33 | 33 | (defun os-init ()
|
34 | - ;; Decache version on save, because it might not be the same when we restart.
|
|
35 | 34 | (setf *software-version* nil))
|
36 | 35 | |
37 | 36 |