summaryrefslogtreecommitdiff
path: root/xsd/xsd.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-02-19 12:34:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-02-19 12:34:00 +0200
commit5a2282e394b4049d3db96c2c28e8622e7193a014 (patch)
treeda297011673f5f63549a9f45143d7cd0d36e046b /xsd/xsd.cxx
parentee495f1859e3506f4f59b61428be18df4e19eb6c (diff)
Trace anonymous name regex even if non were specified
Diffstat (limited to 'xsd/xsd.cxx')
-rw-r--r--xsd/xsd.cxx3
1 files changed, 0 insertions, 3 deletions
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_)