Tweak maintainer messaging.
[rsync.git] / wildtest.c
index 10534e01e8d65f977e93f8f71f056a4e006c33cb..bea4cebbe6a33e2dd21d1a1e1728f4bc2eaa15a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Test suite for the wildmatch code.
  *
- * Copyright (C) 2003-2013 Wayne Davison
+ * Copyright (C) 2003-2019 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;