summaryrefslogtreecommitdiff
path: root/libguile.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-11-27 22:30:15 +0100
committerAndy Wingo <wingo@pobox.com>2013-11-27 22:31:00 +0100
commita5d0c135c0bbff2fdcfb68cf8a7b4013f3b9aa58 (patch)
tree884b07b04137918c87d0c3bcf375856c6d5fe726 /libguile.h
parentf689dd6982697f592b0dd5e63dc87e516657fb25 (diff)
downloadguile-a5d0c135c0bbff2fdcfb68cf8a7b4013f3b9aa58.tar.gz
Remove nonfunctional gdb interface
* libguile/gdb_interface.h: * libguile/gdbint.c: * libguile/gdbint.h: Remove. These were last modified significantly in 1997 and I think they are unused. * libguile/guile.c: Remove use. * libguile.h: Remove inclusion. * libguile/Makefile.am: Remove reference. * libguile/init.c: Remove use.
Diffstat (limited to 'libguile.h')
-rw-r--r--libguile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libguile.h b/libguile.h
index 9a9742919..b067b28a5 100644
--- a/libguile.h
+++ b/libguile.h
@@ -1,7 +1,7 @@
#ifndef SCM_LIBGUILE_H
#define SCM_LIBGUILE_H
-/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998,2000,2001, 2002, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2012, 2013 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
@@ -54,7 +54,6 @@ extern "C" {
#include "libguile/foreign.h"
#include "libguile/fports.h"
#include "libguile/gc.h"
-#include "libguile/gdbint.h"
#include "libguile/generalized-arrays.h"
#include "libguile/generalized-vectors.h"
#include "libguile/goops.h"