Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Commit

Permalink
Remove unused suppression.
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Mar 31, 2019
1 parent 3dfeee3 commit 1c79039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/codahale/shamir/perf/LoadHarness.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

public class LoadHarness {

@SuppressWarnings("ResultOfMethodCallIgnored")
public static void main(String[] args) {
final byte[] secret = new byte[10 * 1024];
final Scheme scheme = new Scheme(new SecureRandom(), 200, 20);
Expand Down

0 comments on commit 1c79039

Please sign in to comment.