diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-11-16 21:40:04 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-11-16 21:40:04 (GMT) |
commit | c249ccfd1502c428b820d6316a5cf7a0a9d5ca82 (patch) | |
tree | 6480ed46a173986a61e556339a97330a5d81907f /perform/zip_perf.c | |
parent | 69a531786037ecb77933e676d05c5a5cd1dbba4b (diff) | |
download | hdf5-c249ccfd1502c428b820d6316a5cf7a0a9d5ca82.zip hdf5-c249ccfd1502c428b820d6316a5cf7a0a9d5ca82.tar.gz hdf5-c249ccfd1502c428b820d6316a5cf7a0a9d5ca82.tar.bz2 |
[svn-r19796] Bug 2091: remove all Metraowerks compiler code bracheted by __MWERKS__.
Metraowerks compiler is no more. Make the code cleaner.
Tested: H5committest plus jam serial.
Diffstat (limited to 'perform/zip_perf.c')
-rw-r--r-- | perform/zip_perf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perform/zip_perf.c b/perform/zip_perf.c index 7d96405..08177d8 100644 --- a/perform/zip_perf.c +++ b/perform/zip_perf.c @@ -62,10 +62,6 @@ # define fileno(file) file->__file #endif /* RISCOS */ -#if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os -# include <unix.h> /* for fileno */ -#endif /* __MWERKS__ ... */ - #ifndef GZ_SUFFIX # define GZ_SUFFIX ".gz" #endif /* GZ_SUFFIX */ |