1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00

Remove unused "malloc objects"

* libguile/mallocs.c:
* libguile/mallocs.h: Delete files.  These exposed a SMOB interface for
traced mallocs, which is not compatible with precise tracing, and was
unused and undocumented.
* libguile.h:
* libguile/Makefile.am:
* libguile/init.c: Remove mallocs.
* libguile/options.c:
* libguile/ports.c: Remove useless mallocs.h includes
This commit is contained in:
Andy Wingo 2025-06-16 13:42:04 +02:00
parent 383b67c9f1
commit d1b548033c
7 changed files with 1 additions and 116 deletions

View file

@ -1,4 +1,4 @@
/* Copyright 1995-1996,1998,2000-2001,2006,2008-2011,2018
/* Copyright 1995-1996,1998,2000-2001,2006,2008-2011,2018,2025
Free Software Foundation, Inc.
This file is part of Guile.
@ -24,7 +24,6 @@
#include "boolean.h"
#include "list.h"
#include "mallocs.h"
#include "numbers.h"
#include "pairs.h"
#include "strings.h"