Fix --remove-source-files sanity check w/--copy-links the right way.
[rsync.git] / wildtest.c
index 88585c2129cccb6c382ec6b9551a216ebcff93f6..07960bb9afb8747cd72b28b396673cb6016f38c4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test suite for the wildmatch code.
  *
- * Copyright (C) 2003-2009 Wayne Davison
+ * Copyright (C) 2003-2018 Wayne Davison
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,6 @@ int fnmatch_errors = 0;
 #endif
 
 int wildmatch_errors = 0;
-char number_separator = ',';
 
 typedef char bool;