>From b8750600423ab34bf2972968a16487dac47c3f97 Mon Sep 17 00:00:00 2001 From: Gwenael Casaccio Date: Mon, 24 Mar 2014 14:05:25 +0100 Subject: [PATCH] Remove unused Process>>#makeUntrusted: --- ChangeLog | 4 ++++ kernel/Process.st | 11 ----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c3606f..1a54ea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-03-24 Gwenael Casaccio + + * kernel/Process.st: Remve Process>>#makeUntrusted:. + 2014-03-15 Holger Hans Peter Freyther * doc/tutorial.texi: Add mising $[, $] and $. to the examples. diff --git a/kernel/Process.st b/kernel/Process.st index 751a80d..41b2ba6 100644 --- a/kernel/Process.st +++ b/kernel/Process.st @@ -69,17 +69,6 @@ can suspend themselves and resume themselves however they wish.'> ifFalse: [suspendedContext] ] - makeUntrusted: aBoolean [ - "Set whether the receiver is trusted or not." - - - | ctx | - ctx := self context. - [ctx isNil] whileFalse: - [ctx makeUntrusted: aBoolean. - ctx := ctx parentContext] - ] - lowerPriority [ "Lower a bit the priority of the receiver. A #lowerPriority will cancel a previous #raisePriority, and vice versa." -- 1.8.3.2