Skip to content

Commit

Permalink
Revert "catch nif load error"
Browse files Browse the repository at this point in the history
This reverts commit 852db2e.
  • Loading branch information
benoitc committed Oct 30, 2012
1 parent 1365bde commit 473571d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jiffy.erl
Expand Up @@ -93,8 +93,7 @@ init() ->
Path ->
Path
end,
catch(erlang:load_nif(filename:join(PrivDir, "jiffy"), 0)),
ok.
erlang:load_nif(filename:join(PrivDir, "jiffy"), 0).


not_loaded(Line) ->
Expand Down

0 comments on commit 473571d

Please sign in to comment.