diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-19 23:11:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-19 23:11:57 (GMT) |
commit | a6e0deba636e5a984ab5684aaeb228a869053a3f (patch) | |
tree | 9a9059cc4c8b909c19bd6e56dc0fd203afd0046d /src | |
parent | 7438609ee2a445521b461faa122554b253283f51 (diff) | |
download | hdf5-a6e0deba636e5a984ab5684aaeb228a869053a3f.zip hdf5-a6e0deba636e5a984ab5684aaeb228a869053a3f.tar.gz hdf5-a6e0deba636e5a984ab5684aaeb228a869053a3f.tar.bz2 |
[svn-r2163] Take out some debugging information which was accidentally checked in.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5F.c | 2 | ||||
-rw-r--r-- | src/hdf5.h | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -31,8 +31,6 @@ static char RcsId[] = "@(#)$Revision$"; #include <H5FDsec2.h> /*Posix unbuffered I/O */ #include <H5FDstdio.h> /* Standard C buffered I/O */ -#include <H5FDqak.h> /* Custom unbuffered I/O */ - /* Packages needed by this file... */ #include <H5private.h> /*library functions */ #include <H5Aprivate.h> /*attributes */ @@ -50,6 +50,4 @@ #include <H5FDdpss.h> /* Remote access using Storage Client API */ #include <H5FDmulti.h> /* Usage-partitioned file family */ -#include <H5FDqak.h> /* Custom POSIX unbuffered file I/O */ - #endif |