summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-03-02 20:11:55 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-03-02 20:11:55 +0000
commitbf6de59d5b491c9a11fd394fd3d09d7e9af40872 (patch)
tree46f88598eb5db9b70d8d32fdc1cc217e4f263dd6 /libguile
parenta41666e546edb462c892fdcaf0f7efebec53de65 (diff)
downloadguile-bf6de59d5b491c9a11fd394fd3d09d7e9af40872.tar.gz
Removed obsolete comment.
Diffstat (limited to 'libguile')
-rw-r--r--libguile/inline.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libguile/inline.h b/libguile/inline.h
index 823ddc4fb..49f99a1da 100644
--- a/libguile/inline.h
+++ b/libguile/inline.h
@@ -67,15 +67,6 @@ SCM
scm_cell (scm_t_bits car, scm_t_bits cdr)
{
SCM z;
- /* We retrieve the SCM pointer only once since the call to
- SCM_FREELIST_LOC will be slightly expensive when we support
- preemptive multithreading. SCM_FREELIST_LOC will then retrieve
- the thread specific freelist.
-
- Until then, SCM_FREELIST_DOC expands to (&scm_i_freelist) and the
- following code will compile to the same as if we had worked
- directly on the scm_i_freelist variable.
- */
SCM *freelist = SCM_FREELIST_LOC (scm_i_freelist);
if (scm_gc_running_p)