I missed this tweak in the undo of a prior xattr optimization.
[rsync.git] / wildtest.c
index 88585c2129cccb6c382ec6b9551a216ebcff93f6..19809b6606146ccc9dba6ece19b4df47bb1302b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test suite for the wildmatch code.
  *
- * Copyright (C) 2003-2009 Wayne Davison
+ * Copyright (C) 2003-2014 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;