Hi,

Removes unused Proccess>>#startExecution:

Gwen

>From d0c2d9626a1112ba08601ef201b33a4935c92c2e Mon Sep 17 00:00:00 2001
From: Gwenael Casaccio <[email protected]>
Date: Mon, 24 Mar 2014 14:29:57 +0100
Subject: [PATCH 2/2] Remove unused Process>>#startExecution:

---
 ChangeLog         |  4 ++++
 kernel/Process.st | 11 -----------
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1a54ea2..3598812 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-03-24  Gwenael Casaccio  <[email protected]>
 
+	* kernel/Process.st: Remve Process>>#startExecution:.
+
+2014-03-24  Gwenael Casaccio  <[email protected]>
+
 	* kernel/Process.st: Remve Process>>#makeUntrusted:.
 
 2014-03-15  Holger Hans Peter Freyther  <[email protected]>
diff --git a/kernel/Process.st b/kernel/Process.st
index 41b2ba6..37dd1a8 100644
--- a/kernel/Process.st
+++ b/kernel/Process.st
@@ -366,17 +366,6 @@ can suspend themselves and resume themselves however they wish.'>
 		valueWithoutPreemption
     ]
 
-    startExecution: aDirectedMessage [
-	"It is important to retrieve this before we start the
-	 process, because we want to choose whether to continue
-	 running the new process based on the *old* activePriority,
-	 not the one of the new process which is the maximum one."
-
-	<category: 'private'>
-	[aDirectedMessage send] on: SystemExceptions.ProcessBeingTerminated
-	    do: [:sig | sig return]
-    ]
-
     onBlock: aBlockClosure at: aPriority suspend: aBoolean [
 	<category: 'private'>
 	"It is important to retrieve this before we start the
-- 
1.8.3.2

_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to