aboutsummaryrefslogtreecommitdiff
path: root/xsde/xsde.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-02-19 12:35:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-02-19 12:35:41 +0200
commitb2089f2d0157ae0f5ada8eee996cd89d2ecf2822 (patch)
tree27b2c3a189a7d303b6c6b12e582d8c4ed06b49a5 /xsde/xsde.cxx
parent9bd9b2a74362ae6755ac63fbe3990565edd5cff3 (diff)
Trace anonymous name regex even if non were specified
Diffstat (limited to 'xsde/xsde.cxx')
-rw-r--r--xsde/xsde.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/xsde/xsde.cxx b/xsde/xsde.cxx
index e413719..4311f9a 100644
--- a/xsde/xsde.cxx
+++ b/xsde/xsde.cxx
@@ -1504,9 +1504,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_)