about summary refs log tree commit diff
path: root/math/gen-libm-test.pl
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-24 13:10:42 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-24 13:10:42 +0000
commite8bdba36c5fdfdb7e85af2b7ed80ea9013794180 (patch)
tree96c449139c473323b55c198271efb4542ee3fea3 /math/gen-libm-test.pl
parentb679a606ca4d328690f17c4c55bd45592656694b (diff)
downloadglibc-e8bdba36c5fdfdb7e85af2b7ed80ea9013794180.tar.gz
glibc-e8bdba36c5fdfdb7e85af2b7ed80ea9013794180.tar.xz
glibc-e8bdba36c5fdfdb7e85af2b7ed80ea9013794180.zip
Remove libm-test START_DATA and END_DATA.
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;