Skip to content

Commit

Permalink
Remove old haltIf:
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Feb 2, 2021
1 parent 4aa1857 commit 749986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg/IceFileSystemDefinition.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ IceFileSystemDefinition >> path [

{ #category : #accessing }
IceFileSystemDefinition >> path: anObject [
self haltIf: [ anObject == nil ].

path := anObject
]

Expand Down

0 comments on commit 749986c

Please sign in to comment.