summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/gnu-smalltalk/files/SequenceableCollection-size-3.2.4.patch')
-rw-r--r--dev-lang/gnu-smalltalk/files/SequenceableCollection-size-3.2.4.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-lang/gnu-smalltalk/files/SequenceableCollection-size-3.2.4.patch b/dev-lang/gnu-smalltalk/files/SequenceableCollection-size-3.2.4.patch
deleted file mode 100644
index 1842e4620f9d..000000000000
--- a/dev-lang/gnu-smalltalk/files/SequenceableCollection-size-3.2.4.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/kernel/SeqCollect.st
-+++ b/kernel/SeqCollect.st
-@@ -1104,9 +1104,16 @@ some access and manipulation methods.'>
- ^count
- ]
-
-+ size [
-+ "Answer a dummy size of 0, so that SequenceableCollection>>#do: works."
-+
-+ <category: 'testing collections'>
-+ ^0
-+ ]
-+
- growSize [
- <category: 'private methods'>
-- ^self size
-+ ^(self size max: 8)
- ]
-
- swap: anIndex with: anotherIndex [
---
-1.7.2.5
-