From d2dea176cb3981f23670b982f17b7e7dd3b14500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantino=20V=C3=A1zquez=20Blanco?= Date: Fri, 28 May 2010 19:07:30 +0200 Subject: [PATCH] feature #200: Removing unnecesary line --- src/image/ImagePool.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/image/ImagePool.cc b/src/image/ImagePool.cc index 2f9a7ce1d8..3fb3118a4d 100644 --- a/src/image/ImagePool.cc +++ b/src/image/ImagePool.cc @@ -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());