summaryrefslogtreecommitdiff
path: root/ACE/tests/Wild_Match_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Wild_Match_Test.cpp')
-rw-r--r--ACE/tests/Wild_Match_Test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/tests/Wild_Match_Test.cpp b/ACE/tests/Wild_Match_Test.cpp
index d88996d8c74..5e4e7424455 100644
--- a/ACE/tests/Wild_Match_Test.cpp
+++ b/ACE/tests/Wild_Match_Test.cpp
@@ -3,8 +3,6 @@
#include "ace/ACE.h"
#include "test_config.h"
-ACE_RCSID (tests, Wild_Match_Test, "$Id$")
-
bool match (const char *str, const char *pat, bool cs = true, bool cc = false)
{
bool result = ACE::wild_match (str, pat, cs, cc);