1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #200: Removing unnecesary line

This commit is contained in:
Constantino Vázquez Blanco 2010-05-28 19:07:30 +02:00
parent 42e1994a70
commit d2dea176cb

View File

@ -120,8 +120,6 @@ int ImagePool::allocate (
// Generate path to store the image
tmp_hashstream << uid << ":" << name;
tmp_hashstream.str(sha1_digest(tmp_hashstream.str()));
tmp_sourcestream << source_prefix << "/";
tmp_sourcestream << sha1_digest(tmp_hashstream.str());