From 7248b78c509340f48ad31c50cfe59bfa593b500d Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 12 Apr 2006 16:33:53 -0500 Subject: [svn-r12231] Purpose: fix, forgot to cvs remove one file of the privious check in Description: Solution: Platforms tested: Misc. update: --- MANIFEST | 1 - hl/src/H5HL_private.h | 56 --------------------------------------------------- 2 files changed, 57 deletions(-) delete mode 100644 hl/src/H5HL_private.h diff --git a/MANIFEST b/MANIFEST index 09c252e..dcce473 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1294,7 +1294,6 @@ ./hl/src/H5TB.c ./hl/src/H5DS.c ./hl/src/H5PT.c -./hl/src/H5HL_private.c ./hl/src/H5LTanalyze.l ./hl/src/H5LTanalyze.c ./hl/src/H5LTparse.y diff --git a/hl/src/H5HL_private.h b/hl/src/H5HL_private.h deleted file mode 100644 index 858d3b9..0000000 --- a/hl/src/H5HL_private.h +++ /dev/null @@ -1,56 +0,0 @@ -/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Copyright by the Board of Trustees of the University of Illinois. * - * All rights reserved. * - * * - * This file is part of HDF5. The full HDF5 copyright notice, including * - * terms governing use, modification, and redistribution, is contained in * - * the files COPYING and Copyright.html. COPYING can be found at the root * - * of the source code distribution tree; Copyright.html can be found at the * - * root level of an installed copy of the electronic HDF5 document set and * - * is linked from the top-level documents page. It can also be found at * - * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have * - * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * - * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - -#ifndef _H5HL_private_H -#define _H5HL_private_H - -#include - -#ifdef __cplusplus -extern "C" { -#endif - -/*------------------------------------------------------------------------- - * - * Private write function used by H5TB and H5PT - * - *------------------------------------------------------------------------- - */ - -herr_t H5TBcommon_append_records( hid_t dataset_id, - hid_t mem_type_id, - hsize_t nrecords, - hsize_t orig_table_size, - const void * data); - -/*------------------------------------------------------------------------- - * - * Private read function used by H5TB and H5PT - * - *------------------------------------------------------------------------- - */ - - -herr_t H5TBcommon_read_records( hid_t dataset_id, - hid_t mem_type_id, - hsize_t start, - hsize_t nrecords, - hsize_t table_size, - void *data); - -#ifdef __cplusplus -} -#endif - -#endif -- cgit v0.12