Fixed warnings due to unused stuff.
authorLudovic Courtes <ludovic.courtes@laas.fr>
Sun, 22 Jul 2007 21:21:02 +0000 (21:21 +0000)
committerLudovic Courtès <ludo@gnu.org>
Wed, 10 Sep 2008 20:45:59 +0000 (22:45 +0200)
commitb74e86cf5f50612742609210ad8e04d46069437f
tree7cf0ee0f9a5875acd4ea17f77c02ff6856925faa
parente9b8556ec92039396e740620238d56a3748f2a99
Fixed warnings due to unused stuff.

* libguile/gc.c (scm_cells_allocated, scm_last_cells_allocated,
  scm_gc_cells_collected, scm_gc_cells_collected_1,
  scm_gc_malloc_collected, scm_gc_time_taken, t_before_gc,
  scm_gc_mark_time_taken, scm_gc_times, scm_gc_cells_swept,
  scm_gc_cells_marked_acc, scm_gc_cells_swept_acc,
  scm_gc_cell_yield_percentage, scm_gc_malloc_yield_percentage):
  Removed.

* libguile/gc.h: Updated accordingly.

* libguile/gdbint.c (port_mark_p, stream_mark_p, string_mark_p,
  unmark_port, remark_port): Removed.

git-archimport-id: lcourtes@laas.fr--2006-libre/guile-core--boehm-gc--0--patch-4
libguile/gc.c
libguile/gc.h
libguile/gdbint.c