From: Wayne Davison Date: Sat, 7 Feb 2004 18:40:52 +0000 (+0000) Subject: Got rid of unused true/false defines. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/736f46d1d94f44141f57c428dacfecbfca872dd9 Got rid of unused true/false defines. --- diff --git a/wildtest.c b/wildtest.c index 73e97a9c..b5df9a58 100644 --- a/wildtest.c +++ b/wildtest.c @@ -19,9 +19,6 @@ int wildmatch_errors = 0; typedef char bool; -#define false 0 -#define true 1 - int output_iterations = 0; static struct poptOption long_options[] = {