From d17bd636a8114498aa27ffd4d0dd38a1822fe7cd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 17 Aug 2009 12:23:16 +0100 Subject: [PATCH] Remove redundant macro. --- daemon/guestfsd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index ad3ce15..af554bf 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -745,8 +745,6 @@ print_sysroot_shell_quote (FILE *stream, const struct printf_info *info, const void *const *args) { -#define SAFE(c) (isalnum((c)) || \ - (c) == '/' || (c) == '-' || (c) == '_' || (c) == '.') fputs (sysroot, stream); return sysroot_len + print_shell_quote (stream, info, args); } -- 1.8.3.1