Remove ALL_PSPACE_OBJFILES
[deliverable/binutils-gdb.git] / gdb / guile / scm-symtab.c
index e5278a76a746cc284c04a7c8d019a7d479a150b4..5ba7755743977e14f2a65b1417e3ea2dc7df657d 100644 (file)
@@ -1,6 +1,6 @@
 /* Scheme interface to symbol tables.
 
-   Copyright (C) 2008-2017 Free Software Foundation, Inc.
+   Copyright (C) 2008-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -395,7 +395,6 @@ static int
 stscm_print_sal_smob (SCM self, SCM port, scm_print_state *pstate)
 {
   sal_smob *s_smob = (sal_smob *) SCM_SMOB_DATA (self);
-  symtab_smob *st_smob = (symtab_smob *) SCM_SMOB_DATA (s_smob->symtab_scm);
 
   gdbscm_printf (port, "#<%s ", symtab_smob_name);
   scm_write (s_smob->symtab_scm, port);
This page took 0.025009 seconds and 4 git commands to generate.