vm.c: remove a useless check
authorAndy Wingo <wingo@pobox.com>
Mon, 21 May 2012 15:31:58 +0000 (17:31 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 May 2012 15:42:48 +0000 (17:42 +0200)
commit95e4ab26653ef76d78f7e5d4efae4dfca366b409
tree615d4327fee7a45ce527c0501262ca502557e3e8
parent20e2d6380426088c21d0c7bd8211f2bee780a26c
vm.c: remove a useless check

* libguile/vm.c: Remove a check for modules being booted.  If the module
  passed in is true, that is guaranteed to have been the case.  Passes a
  fresh bootstrap.
libguile/vm.c