~ chicken-core (chicken-5) 226ad16a07730fe718611c15eff22def4bf41666
commit 226ad16a07730fe718611c15eff22def4bf41666
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Jan 11 10:52:39 2012 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Jan 11 10:52:39 2012 +0100
removed unused variable
diff --git a/compiler-namespace.scm b/compiler-namespace.scm
index 9cf865f8..98fcf76c 100644
--- a/compiler-namespace.scm
+++ b/compiler-namespace.scm
@@ -113,7 +113,6 @@
enable-specialization
encode-literal
eq-inline-operator
- error-is-extended-binding
estimate-foreign-result-location-size
estimate-foreign-result-size
expand-debug-assignment
diff --git a/compiler.scm b/compiler.scm
index a23e8eff..5e338679 100644
--- a/compiler.scm
+++ b/compiler.scm
@@ -360,7 +360,6 @@
(define profile-lambda-index 0)
(define profile-info-vector-name #f)
(define external-to-pointer '())
-(define error-is-extended-binding #f)
(define real-name-table #f)
(define location-pointer-map '())
(define pending-canonicalizations '())
Trap