From 5a2282e394b4049d3db96c2c28e8622e7193a014 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Feb 2010 12:34:00 +0200 Subject: Trace anonymous name regex even if non were specified --- xsd/xsd.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'xsd/xsd.cxx') diff --git a/xsd/xsd.cxx b/xsd/xsd.cxx index 5c81d7f..a0b26a7 100644 --- a/xsd/xsd.cxx +++ b/xsd/xsd.cxx @@ -1207,9 +1207,6 @@ translate (WideString const& file, WideString const& name, WideString const& xpath) { - if (regex_.empty ()) - return name; - WideString s (file + L' ' + ns + L' ' + xpath); if (trace_) -- cgit v1.1