diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-21 14:57:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-21 14:57:56 +0100 |
commit | e681b384023a8c4e5ae2231fc9297de5f6b7b3f6 (patch) | |
tree | 426400324e794b370486548988f6eed6f4616021 /opencl/inc | |
parent | 81f943e236c5ff3946320a12ae8138a018a5b544 (diff) |
No apparent reason for an unnamed namespace in an include file here
Change-Id: I1017459520ba4f0e544f0fa00419789c8cd86609
Diffstat (limited to 'opencl/inc')
-rw-r--r-- | opencl/inc/opencl_device_selection.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/opencl/inc/opencl_device_selection.h b/opencl/inc/opencl_device_selection.h index d624f65460cb..6c8a04148f4c 100644 --- a/opencl/inc/opencl_device_selection.h +++ b/opencl/inc/opencl_device_selection.h @@ -233,9 +233,6 @@ inline ds_status initDSProfile(std::unique_ptr<ds_profile>& rProfile, OString co return DS_SUCCESS; } -namespace -{ - /** * XmlWriter writes a XML to a SvStream. It uses libxml2 for writing but hides * all the internal libxml2 workings and uses types that are native for LO @@ -402,8 +399,6 @@ public: } }; -} // end anonymous namespace - inline ds_status writeProfile(const OUString& rStreamName, std::unique_ptr<ds_profile>& pProfile) { if (pProfile == nullptr) |