From f4dc218c399dea89fcf6c530923516b5f43138ae Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 7 Dec 2022 16:06:17 -0800 Subject: [PATCH] Issue #75: remove some unused method temps --- src/FileSystem-Tests-Core/FileReferenceTest.class.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FileSystem-Tests-Core/FileReferenceTest.class.st b/src/FileSystem-Tests-Core/FileReferenceTest.class.st index c2ca5a5..18d0b34 100644 --- a/src/FileSystem-Tests-Core/FileReferenceTest.class.st +++ b/src/FileSystem-Tests-Core/FileReferenceTest.class.st @@ -1164,7 +1164,7 @@ FileReferenceTest >> testReadStreamIfAbsent [ { #category : 'tests' } FileReferenceTest >> testRelativeTo [ - | alpha beta reference path result | + | alpha beta | alpha := sandbox / 'alpha'. beta := alpha / 'beta'. self @@ -1326,7 +1326,7 @@ FileReferenceTest >> testWithExtension [ { #category : 'tests' } FileReferenceTest >> testWithoutExtension [ - | reference result | + | reference | reference := sandbox / 'alpha.beta.gamma'. reference := reference withoutExtension. self