Remove unused ivar

This commit is contained in:
Scott Taylor 2009-11-08 01:09:05 -05:00
parent 15c1fd83a1
commit 254012644a

View File

@ -200,7 +200,6 @@ module FakeFS
@path = path @path = path
@mode = mode @mode = mode
@file = FileSystem.find(path) @file = FileSystem.find(path)
@open = true
check_modes! check_modes!