This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch update-snappy in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git
commit b434602e15dd39bd490a9b78f697226e2db77616 Author: Dave Cottlehuber <[email protected]> AuthorDate: Wed Nov 7 16:02:05 2018 +0000 as R13B is long since gone we no longer need to catch this --- src/snappy.erl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/snappy.erl b/src/snappy.erl index df171ff..ebf1587 100644 --- a/src/snappy.erl +++ b/src/snappy.erl @@ -33,11 +33,7 @@ init() -> Dir -> filename:join(Dir, "snappy_nif") end, - (catch erlang:load_nif(SoName, 0)), - case erlang:system_info(otp_release) of - "R13B03" -> true; - _ -> ok - end. + erlang:load_nif(SoName, 0). compress(_IoList) ->
