diff options
Diffstat (limited to 'opencl')
-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) |