diff --git a/bin/fuse_pascal.cpp b/bin/fuse_pascal.cpp index e19edf8..e207ec6 100644 --- a/bin/fuse_pascal.cpp +++ b/bin/fuse_pascal.cpp @@ -195,10 +195,7 @@ int main(int argc, char **argv) try - { - - //std::tr1::shared_ptr device; - + { Device::BlockDevicePointer device; device = Device::BlockDevice::Open(fDiskImage.c_str(), File::ReadOnly, format);