Skip to content

Commit 472aa64

Browse files
committed
Remove unused variable
1 parent 21a1b3b commit 472aa64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Containers-Stack-Tests/CTGrowableStackTest.class.st

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ CTGrowableStackTest >> testInternalCapacityDoubling [
4848
{ #category : 'tests' }
4949
CTGrowableStackTest >> testInternalGrowth [
5050

51-
| initialCapacity |
52-
53-
initialCapacity := stack size.
54-
5551
1 to: 20 do: [ :i | stack push: i ].
5652

5753
self assert: stack size equals: 20.

0 commit comments

Comments
 (0)