about summary refs log tree commit diff
path: root/math/gen-libm-test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'math/gen-libm-test.pl')
-rwxr-xr-xmath/gen-libm-test.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl
index cdf3eb471a..c2d10d35e8 100755
--- a/math/gen-libm-test.pl
+++ b/math/gen-libm-test.pl
@@ -300,14 +300,6 @@ sub generate_testfile {
       &parse_args (\*OUTPUT, $descr, $args);
       next;
     }
-    # START_DATA (function)
-    if (/START_DATA/) {
-      next;
-    }
-    # END_DATA (function)
-    if (/END_DATA/) {
-      next;
-    }
     print OUTPUT;
   }
   close INPUT;