pkgsrc-WIP-changes archive

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

coreclr-git: Remove empty patch



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Feb 3 03:09:56 2016 +0100
Changeset:	093ab9022097d6bc869b7ee8ae340d4d7294c238

Modified Files:
	coreclr-git/distinfo
Removed Files:
	coreclr-git/patches/patch-src_debug_ee_debuggermodule.cpp

Log Message:
coreclr-git: Remove empty patch

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

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

diffstat:
 coreclr-git/distinfo                                   |  1 -
 .../patches/patch-src_debug_ee_debuggermodule.cpp      | 18 ------------------
 2 files changed, 19 deletions(-)

diffs:
diff --git a/coreclr-git/distinfo b/coreclr-git/distinfo
index c9848a2..455f35c 100644
--- a/coreclr-git/distinfo
+++ b/coreclr-git/distinfo
@@ -2,7 +2,6 @@ $NetBSD$
 
 SHA1 (patch-src_debug_ee_controller.h) = f1a11bdadd82b706d37236cf41d629aee247cd86
 SHA1 (patch-src_debug_ee_debugger.h) = 4f93c0da59999e326bfec29b57a202acf0341309
-SHA1 (patch-src_debug_ee_debuggermodule.cpp) = 5c15b89a14ef3457084316166afe315cef321ee2
 SHA1 (patch-src_pal_inc_pal__char16.h) = 205f6a8533838c192b36bbb00155da1b02e0f629
 SHA1 (patch-src_pal_src_CMakeLists.txt) = 7f5b7e7f669efa42fb1bc230949e508a0df080ed
 SHA1 (patch-src_pal_src_cruntime_file.cpp) = 315ad5db53ef2b893a77aa131ce97999214e0e11
diff --git a/coreclr-git/patches/patch-src_debug_ee_debuggermodule.cpp b/coreclr-git/patches/patch-src_debug_ee_debuggermodule.cpp
deleted file mode 100644
index 799e197..0000000
--- a/coreclr-git/patches/patch-src_debug_ee_debuggermodule.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
---- src/debug/ee/debuggermodule.cpp.orig	2016-01-28 19:04:13.000000000 +0000
-+++ src/debug/ee/debuggermodule.cpp
-@@ -103,7 +103,6 @@ void DebuggerModule::SetCanChangeJitFlag
- 
- #ifndef DACCESS_COMPILE
- 
--
- DebuggerModuleTable::DebuggerModuleTable() : CHashTableAndData<CNewZeroData>(101)
- {
-     WRAPPER_NO_CONTRACT;
-@@ -440,5 +439,3 @@ DebuggerModule *DebuggerModuleTable::Get
-     else
-         return entry->module;
- }
--
--


Home | Main Index | Thread Index | Old Index