diff options
Diffstat (limited to 'fast_encoder.cc')
-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() ) |