aboutsummaryrefslogtreecommitdiffstats
path: root/libsimple.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsimple.h')
-rw-r--r--libsimple.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libsimple.h b/libsimple.h
index 8020926..0ca873c 100644
--- a/libsimple.h
+++ b/libsimple.h
@@ -83,11 +83,6 @@ extern int libsimple_default_failure_exit;
#include "libsimple/strn.h"
-#define FREE(PTR) ((void)(free(PTR), (PTR) = NULL))
-
-#define CLOSE(FD) libsimple_close(&(FD))
-
-
/**
* Wrapper for close(3) that only calls close(3)
* if the file descriptor number is non-negative,