I guess it is obsolete (?).

This commit is contained in:
Sylvain Pion 2006-04-17 12:10:03 +00:00
parent 73ba6f9eef
commit 083fc5c1c4
2 changed files with 0 additions and 14 deletions

1
.gitattributes vendored
View File

@ -719,7 +719,6 @@ Maintenance/rpm/SOURCES/CGAL_manual_tools-config.patch -text
Maintenance/rpm/SOURCES/CGAL_manual_tools-latex_to_html.patch -text
Maintenance/rpm/SOURCES/CGAL_manual_tools-perl.patch -text
Maintenance/rpm/SOURCES/CGAL_manual_tools-rpm.patch -text
Maintenance/rpm/SOURCES/test_ZLIB.C.patch -text
Maintenance/rpm/SPECS/CGAL-manual-tools.spec -text
Maintenance/rpm/SPECS/CGAL.spec -text
Maintenance/rpm/get_cgal_trunk_url -text

View File

@ -1,13 +0,0 @@
--- config/support/test_ZLIB.C~ 2006-04-10 21:03:32.000000000 +0200
+++ config/support/test_ZLIB.C 2006-04-11 17:41:26.000000000 +0200
@@ -33,9 +33,6 @@
int main()
{
- gzFile file;
- gzwrite(file, (void*)0, 0);
-
- std::cout << "version=" << ZLIB_VERSION << std::endl;
+ std::cout << "version=" << zlibVersion() << std::endl;
return 0;
}