From cdc1c436cd3ce5899d4c91d7a155f3f82453117c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:38:05 +0100 Subject: Adding upstream version 1.2~rc2. Signed-off-by: Daniel Baumann --- file_index.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'file_index.h') diff --git a/file_index.h b/file_index.h index d1c8592..fc82935 100644 --- a/file_index.h +++ b/file_index.h @@ -3,7 +3,7 @@ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -33,10 +33,6 @@ public: void pos( const long long p ) { pos_ = p; } void size( const long long s ) { size_ = s; } - - bool overlaps( const Block & b ) const - { return ( pos_ < b.end() && b.pos_ < end() ); } - void shift( Block & b ) { ++size_; ++b.pos_; --b.size_; } }; -- cgit v1.2.3