Commit 0876807a authored by Jonathan Andrade's avatar Jonathan Andrade
Browse files

delete dead code from test

parent 05d5f3d6
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -27,16 +27,4 @@ public class TestInlineFunctions {
        b++;
        return a + 1;
    }

    private static int incrementarBucle(int a) {
        if (a > 0) {
            int x = 0;
            for (int i = 0; i < a; i++) {
                x = x + i;
            }
            return x;
        } else {
            return a;
        }
    }
}
 No newline at end of file