fixed lots of warnings in testprograms
[libfirm] / ir / be / test / simple.c
index 41a0f63..061ed7e 100644 (file)
@@ -1,10 +1,3 @@
-#if 0
-double simple(double a, double b) {
-       return a*b+1;
-}
-#endif
-
 int main(void) {
-       //printf("%lf\n", simple(5.25, 8.436));
        return 0;
 }