diff options
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-14/files/patch-src__file_pool.cpp')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/files/patch-src__file_pool.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/files/patch-src__file_pool.cpp b/net-p2p/libtorrent-rasterbar-14/files/patch-src__file_pool.cpp deleted file mode 100644 index 78a7af6ff9de..000000000000 --- a/net-p2p/libtorrent-rasterbar-14/files/patch-src__file_pool.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/file_pool.cpp.orig 2009-02-08 17:13:04.000000000 +0900 -+++ src/file_pool.cpp 2009-04-19 05:29:34.000000000 +0900 -@@ -62,7 +62,7 @@ - { - // this means that another instance of the storage - // is using the exact same file. --#if BOOST_VERSION >= 103500 -+#if 0 // BOOST_VERSION >= 103500 - ec = error_code(errors::file_collision, libtorrent_category); - #endif - return boost::shared_ptr<file>(); |