summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ext.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ext.cc b/src/lib/ext.cc
index b7481e293..86821bfa1 100644
--- a/src/lib/ext.cc
+++ b/src/lib/ext.cc
@@ -221,7 +221,6 @@ copy (boost::filesystem::path from, boost::filesystem::path to, uint64_t& total_
{
LOG_DISK ("Copy %1 -> %2", from.string(), to.generic_string());
from = fix_long_path (from);
- to = fix_long_path (to);
using namespace boost::filesystem;