From bc8b4e954c5e509d4f4148039be5a6e458f5c1a3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 2 Nov 2018 14:44:11 +0100 Subject: Remove FREE and CLOSE, and add symlinks for upcoming man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libsimple.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libsimple.h') 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, -- cgit v1.2.3-70-g09d2