git-svn-id: https://profuse.googlecode.com/svn/branches/v2@352 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2011-02-26 03:53:22 +00:00
parent 9746117f71
commit e68854ff58
1 changed files with 1 additions and 4 deletions

View File

@ -195,10 +195,7 @@ int main(int argc, char **argv)
try
{
//std::tr1::shared_ptr<Device::BlockDevice> device;
{
Device::BlockDevicePointer device;
device = Device::BlockDevice::Open(fDiskImage.c_str(), File::ReadOnly, format);