guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 30/87: Remove unused union scm_t_debug_info


From: Andy Wingo
Subject: [Guile-commits] 30/87: Remove unused union scm_t_debug_info
Date: Thu, 22 Jan 2015 17:29:51 +0000

wingo pushed a commit to branch wip-goops-refactor
in repository guile.

commit a4c724867670ed273b0b561beefd6cf50a43f7e2
Author: Andy Wingo <address@hidden>
Date:   Tue Jan 6 15:02:52 2015 -0500

    Remove unused union scm_t_debug_info
    
    * libguile/debug.h (union scm_t_debug_info): Remove unused type
      declaration.
---
 libguile/debug.h |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/libguile/debug.h b/libguile/debug.h
index e535a6a..ab301a0 100644
--- a/libguile/debug.h
+++ b/libguile/debug.h
@@ -3,7 +3,7 @@
 #ifndef SCM_DEBUG_H
 #define SCM_DEBUG_H
 
-/* Copyright (C) 
1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2012,2013
+/* Copyright (C) 
1995,1996,1998,1999,2000,2001,2002,2004,2008,2009,2010,2011,2012,2013,2015
  * Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
@@ -29,18 +29,6 @@
 #include "libguile/options.h"
 
 
-/* {Evaluator}
- */
-
-typedef union scm_t_debug_info
-{
-  struct { SCM exp, env; } e;
-  struct { SCM proc, args; } a;
-  SCM id;
-} scm_t_debug_info;
-
-
-
 SCM_API SCM scm_local_eval (SCM exp, SCM env);
 
 SCM_API SCM scm_reverse_lookup (SCM env, SCM data);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]