diff options
Diffstat (limited to 'libguile/instructions.c')
-rw-r--r-- | libguile/instructions.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libguile/instructions.c b/libguile/instructions.c index c8d95cc9b..4c1f9f16f 100644 --- a/libguile/instructions.c +++ b/libguile/instructions.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2009 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2009, 2010 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -23,7 +23,6 @@ #include <string.h> #include "_scm.h" -#include "vm-bootstrap.h" #include "instructions.h" struct scm_instruction { @@ -205,8 +204,6 @@ scm_bootstrap_instructions (void) void scm_init_instructions (void) { - scm_bootstrap_vm (); - #ifndef SCM_MAGIC_SNARFER #include "libguile/instructions.x" #endif |