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:
parent
383b67c9f1
commit
d1b548033c
7 changed files with 1 additions and 116 deletions
|
@ -71,7 +71,6 @@ extern "C" {
|
|||
#include "libguile/list.h"
|
||||
#include "libguile/load.h"
|
||||
#include "libguile/macros.h"
|
||||
#include "libguile/mallocs.h"
|
||||
#include "libguile/modules.h"
|
||||
#include "libguile/net_db.h"
|
||||
#include "libguile/numbers.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue