pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

coreclr-git: Remove patch again (don't revert it!)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Feb 6 05:25:26 2016 +0100
Changeset:	e4ac0ebedf4314b137d6289f42949b0641199bc4

Modified Files:
	coreclr-git/distinfo
Removed Files:
	coreclr-git/patches/patch-src_pal_src_synchmgr_synchmanager.hpp

Log Message:
coreclr-git: Remove patch again (don't revert it!)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e4ac0ebedf4314b137d6289f42949b0641199bc4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 coreclr-git/distinfo                               |  1 -
 .../patch-src_pal_src_synchmgr_synchmanager.hpp    | 29 ----------------------
 2 files changed, 30 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index a57654e..fd49a30 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -5,5 +5,4 @@ SHA1 (patch-src_pal_src_CMakeLists.txt) = 1a8b4d357578a851306c6930f8de1b7e64eeab
 SHA1 (patch-src_pal_src_debug_debug.cpp) = 0d6bee5d2896de64effafa01d2e2989de82c76fc
 SHA1 (patch-src_pal_src_exception_seh-unwind.cpp) = 3a0c587cf9a4f00a0da2cd7a7a59a24b330e1f3d
 SHA1 (patch-src_pal_src_exception_signal.cpp) = ba0cabad71792a0108ffd9ec29254751f1e95997
-SHA1 (patch-src_pal_src_synchmgr_synchmanager.hpp) = a009d45632a8bcbf422a68d1b2bd1b3d9c1b6cce
 SHA1 (patch-src_pal_src_thread_context.cpp) = c982763c5b6c9905fd1f14b1271baae5a2fbf052
diff --git a/coreclr-git/patches/patch-src_pal_src_synchmgr_synchmanager.hpp b/coreclr-git/patches/patch-src_pal_src_synchmgr_synchmanager.hpp
deleted file mode 100644
index 8cccddf..0000000
--- a/coreclr-git/patches/patch-src_pal_src_synchmgr_synchmanager.hpp
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD$
-
---- src/pal/src/synchmgr/synchmanager.hpp.orig	2016-02-06 04:19:55.000000000 +0000
-+++ src/pal/src/synchmgr/synchmanager.hpp
-@@ -452,7 +452,6 @@ namespace CorUnix
-         
-     public:
-         CSynchWaitController() : m_pProcLocalData(NULL) {}
--        virtual ~CSynchWaitController() = default;
-         
-         //
-         // ISynchWaitController methods
-@@ -480,9 +479,8 @@ namespace CorUnix
-     {
-     public:
-         // NB: For perforformance purposes this class is supposed
--        //     to have no constructor
--        virtual ~CSynchStateController() = default;
--
-+        //     to have no constructor or destructor
-+        
-         //
-         // ISynchStateController methods
-         //
-@@ -1023,3 +1021,4 @@ namespace CorUnix
- }
- 
- #endif // _SINCHMANAGER_HPP_
-+


Home | Main Index | Thread Index | Old Index