diff options
Diffstat (limited to 'gdb/value.c')
-rw-r--r-- | gdb/value.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/value.c b/gdb/value.c index ffb70fb..4ff088c 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -31,7 +31,6 @@ #include "gdbcmd.h" #include "target.h" #include "language.h" -#include "scm-lang.h" #include "demangle.h" #include "doublest.h" #include "gdb_assert.h" @@ -1076,10 +1075,6 @@ unpack_long (struct type *type, const gdb_byte *valaddr) int len = TYPE_LENGTH (type); int nosign = TYPE_UNSIGNED (type); - if (current_language->la_language == language_scm - && is_scmvalue_type (type)) - return scm_unpack (type, valaddr, TYPE_CODE_INT); - switch (code) { case TYPE_CODE_TYPEDEF: |