From: Richard W.M. Jones Date: Mon, 17 Aug 2009 11:23:16 +0000 (+0100) Subject: Remove redundant macro. X-Git-Tag: 1.0.68~34 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d17bd636a8114498aa27ffd4d0dd38a1822fe7cd;p=libguestfs.git Remove redundant macro. --- 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); }