From b2089f2d0157ae0f5ada8eee996cd89d2ecf2822 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Feb 2010 12:35:41 +0200 Subject: Trace anonymous name regex even if non were specified --- xsde/xsde.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'xsde/xsde.cxx') 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_) -- cgit v1.1