[lvm-devel] master - man-generator: drop macro redefines

Zdenek Kabelac zkabelac at sourceware.org
Thu Jun 14 21:23:33 UTC 2018


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=52e7270e23858509fd0da419ecbc4e42e22f04ac
Commit:        52e7270e23858509fd0da419ecbc4e42e22f04ac
Parent:        faf3cc8f71a6e727e2124199eef25ff00e954c0f
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Thu Jun 14 23:15:28 2018 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Thu Jun 14 23:22:42 2018 +0200

man-generator: drop macro redefines

---
 tools/command.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/tools/command.c b/tools/command.c
index e1391a1..eefc124 100644
--- a/tools/command.c
+++ b/tools/command.c
@@ -51,9 +51,6 @@ do { \
 	printf(fmt "\n", ##args); \
 } while (0)
 
-#define malloc malloc
-#define strdup strdup
-#define free free
 #define dm_snprintf snprintf
 
 static int dm_strncpy(char *dest, const char *src, size_t n)




More information about the lvm-devel mailing list