]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Got rid of unused true/false defines.
authorWayne Davison <wayned@samba.org>
Sat, 7 Feb 2004 18:40:52 +0000 (18:40 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 7 Feb 2004 18:40:52 +0000 (18:40 +0000)
wildtest.c

index 73e97a9cd92be5bf5832886a423747a94b08b24a..b5df9a5897e665d1d0d2c14c87ef3de372783a59 100644 (file)
@@ -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[] = {