[Libreoffice-commits] core.git: include/vcl

Stephan Bergmann sbergman at redhat.com
Wed Nov 9 09:00:22 UTC 2016


 include/vcl/scheduler.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 80af87b0de526e06113a57f62f8f2284ecaaa45a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Nov 9 09:58:33 2016 +0100

    Revert "Mark Scheduler as non-copyable"
    
    This reverts commit 81e3f5f2fdc9c573c83a37009080e4bb974c7955; had failed to
    notice that there are already (Scheduler const & overloads of) copy member
    functions (which MSVC complains about, but Clang didn't).

diff --git a/include/vcl/scheduler.hxx b/include/vcl/scheduler.hxx
index 74fdb3a..ef6949d 100644
--- a/include/vcl/scheduler.hxx
+++ b/include/vcl/scheduler.hxx
@@ -63,9 +63,6 @@ protected:
      */
     virtual sal_uInt64 UpdateMinPeriod( sal_uInt64 nMinPeriod, sal_uInt64 nTimeNow ) const = 0;
 
-    Scheduler(Scheduler &) = delete;
-    void operator =(Scheduler &) = delete;
-
 public:
     Scheduler( const sal_Char *pDebugName );
     Scheduler( const Scheduler& rScheduler );


More information about the Libreoffice-commits mailing list