Get rid of fsspec type initializer, it wasn't used anyway.

This commit is contained in:
Jack Jansen 2002-01-21 23:02:03 +00:00
parent a4adacbd7e
commit eafff4c248

View file

@ -18,8 +18,6 @@ except AttributeError:
Error = 'macostools.Error'
FSSpecType = type(macfs.FSSpec(':'))
BUFSIZ=0x80000 # Copy in 0.5Mb chunks
#