aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/jigdo/files/patch-scan.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/jigdo/files/patch-scan.cc')
-rw-r--r--net-p2p/jigdo/files/patch-scan.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-p2p/jigdo/files/patch-scan.cc b/net-p2p/jigdo/files/patch-scan.cc
deleted file mode 100644
index 2c1d4443f2e7..000000000000
--- a/net-p2p/jigdo/files/patch-scan.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/scan.cc.orig Fri Sep 20 03:21:08 2002
-+++ src/scan.cc Fri Sep 20 03:21:36 2002
-@@ -174,8 +174,8 @@
- }
- }
- #else
--JigdoCache::JigdoCache(const string&, size_t, size_t bufLen = 128*1024,
-- ProgressReporter& pr = noReport)
-+JigdoCache::JigdoCache(const string&, size_t, size_t bufLen,
-+ ProgressReporter& pr)
- : blockLength(0), md5BlockLength(0), files(), nrOfFiles(0),
- locationPaths(), readAmount(bufLen), buffer(), reporter(pr) { }
- #endif