summaryrefslogtreecommitdiff
path: root/libguile/root.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-10-25 11:01:03 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2000-10-25 11:01:03 +0000
commitd1ca2c64230419163f7ad80436e83bd74fdb7b95 (patch)
treec3536f600b54e7c3db4bcc042354b4c43522f15e /libguile/root.h
parent31535422f5aa27febb86fbbf1030c2e2aa35e9f1 (diff)
downloadguile-d1ca2c64230419163f7ad80436e83bd74fdb7b95.tar.gz
* Some more work to get rid of SCM_LENGTH
* Eliminated some cell type bit fiddling * Various minor changes
Diffstat (limited to 'libguile/root.h')
-rw-r--r--libguile/root.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/root.h b/libguile/root.h
index ef870854f..b06285b62 100644
--- a/libguile/root.h
+++ b/libguile/root.h
@@ -115,9 +115,6 @@ typedef struct scm_root_state
SCM fluids;
- SCM system_transformer; /* No longer used (but kept for binary compatibility) */
- SCM top_level_lookup_closure_var; /* No longer used (but kept for binary compatibility) */
-
SCM handle; /* The root object for this root state */
SCM parent; /* The parent root object */
} scm_root_state;