[Libreoffice-commits] core.git: opencl/inc

Stephan Bergmann sbergman at redhat.com
Wed Dec 21 13:58:38 UTC 2016


 opencl/inc/opencl_device_selection.h |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit e681b384023a8c4e5ae2231fc9297de5f6b7b3f6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Dec 21 14:57:56 2016 +0100

    No apparent reason for an unnamed namespace in an include file here
    
    Change-Id: I1017459520ba4f0e544f0fa00419789c8cd86609

diff --git a/opencl/inc/opencl_device_selection.h b/opencl/inc/opencl_device_selection.h
index d624f65..6c8a041 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)


More information about the Libreoffice-commits mailing list