aboutsummaryrefslogtreecommitdiff
path: root/xsde/xsde.cxx
diff options
context:
space:
mode:
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_)