Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/src/main/java/org/jruby/ext/zlib/RubyZlib.java
Original file line number Diff line number Diff line change
@@ -82,9 +82,7 @@ private static final Field getCRC32InternalField() {
field.setAccessible(true);
field.setInt(new CRC32(), 1);
return field;
} catch(NoSuchFieldException nsfe) {
return null;
} catch(IllegalAccessException iae) {
} catch(Exception e) {
return null;
}
}

0 comments on commit 475b5fa

Please sign in to comment.