Skip to content

Commit

Permalink
Removing redundant method from test
Browse files Browse the repository at this point in the history
  • Loading branch information
thk123 authored and Matthias Güdemann committed Mar 13, 2018
1 parent f494674 commit c0f054a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified regression/cbmc-java/lambda2/StaticMethodRef.class
Binary file not shown.
1 change: 0 additions & 1 deletion regression/cbmc-java/lambda2/StaticMethodRef.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import java.util.function.BiFunction;

public class StaticMethodRef{
public Integer test2(){return 2;}
public Integer Smr(Integer ctr) {
Function<Integer, Integer> func1 = Integer::valueOf;

Expand Down

0 comments on commit c0f054a

Please sign in to comment.