From e68854ff581d006f656333ad1d9315521f204415 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Sat, 26 Feb 2011 03:53:22 +0000 Subject: [PATCH] git-svn-id: https://profuse.googlecode.com/svn/branches/v2@352 aa027e90-d47c-11dd-86d7-074df07e0730 --- bin/fuse_pascal.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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);