diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:32:03 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:32:03 +0000 |
commit | 415e3e6d437f5cadbf4d7c3727e0bb1d0106b437 (patch) | |
tree | afb6be0c266301843a8ff7e0ac10c452394de3c0 /fast_encoder.cc | |
parent | Adding upstream version 1.13~rc2. (diff) | |
download | lzip-415e3e6d437f5cadbf4d7c3727e0bb1d0106b437.tar.xz lzip-415e3e6d437f5cadbf4d7c3727e0bb1d0106b437.zip |
Adding upstream version 1.13.upstream/1.13
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | fast_encoder.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fast_encoder.cc b/fast_encoder.cc index 319250a..2d99b04 100644 --- a/fast_encoder.cc +++ b/fast_encoder.cc @@ -30,7 +30,7 @@ #include "fast_encoder.h" -int Fmatchfinder::longest_match_len( int * const distance ) throw() +int Fmatchfinder::longest_match_len( int * const distance ) { int len_limit = match_len_limit_; if( len_limit > available_bytes() ) @@ -80,7 +80,7 @@ int Fmatchfinder::longest_match_len( int * const distance ) throw() } -void Fmatchfinder::longest_match_len() throw() +void Fmatchfinder::longest_match_len() { int len_limit = match_len_limit_; if( len_limit > available_bytes() ) |