~ chicken-core (chicken-5) 39448843dee8f4c657d7515674641df39184d1b3
commit 39448843dee8f4c657d7515674641df39184d1b3 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue Sep 26 13:42:53 2023 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue Sep 26 13:42:53 2023 +0200 remove unused foreign variable definition diff --git a/core.scm b/core.scm index 2ed72855..a551204f 100644 --- a/core.scm +++ b/core.scm @@ -372,8 +372,6 @@ (define-inline (gensym-f-id) (gensym 'f_)) -(define-foreign-variable installation-home c-string "C_INSTALL_SHARE_HOME") - (define-constant initial-analysis-database-size 3001) (define-constant default-line-number-database-size 997) (define-constant inline-table-size 301)Trap