diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-24 13:10:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-24 13:10:42 +0000 |
commit | e8bdba36c5fdfdb7e85af2b7ed80ea9013794180 (patch) | |
tree | 96c449139c473323b55c198271efb4542ee3fea3 /math/gen-libm-test.pl | |
parent | b679a606ca4d328690f17c4c55bd45592656694b (diff) | |
download | glibc-e8bdba36c5fdfdb7e85af2b7ed80ea9013794180.tar glibc-e8bdba36c5fdfdb7e85af2b7ed80ea9013794180.tar.gz glibc-e8bdba36c5fdfdb7e85af2b7ed80ea9013794180.tar.bz2 glibc-e8bdba36c5fdfdb7e85af2b7ed80ea9013794180.zip |
Remove libm-test START_DATA and END_DATA.
Diffstat (limited to 'math/gen-libm-test.pl')
-rwxr-xr-x | math/gen-libm-test.pl | 8 |
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; |