Remove bad "static static" function declaration

Fix some obvious compile errors for IOR hdf5 driver.

fixes #5
master
Robert Latham 2012-09-12 10:45:50 -05:00 committed by Christopher J. Morrone
parent 86df5878f6
commit b76238bbd5
1 changed files with 2 additions and 2 deletions

View File

@ -459,7 +459,7 @@ static void HDF5_SetVersion(IOR_param_t * test)
/*
* Seek to offset in file using the HDF5 interface and set up hyperslab.
*/
static static HDF5_offset_t SeekOffset(void *fd, IOR_offset_t offset,
static IOR_offset_t SeekOffset(void *fd, IOR_offset_t offset,
IOR_param_t * param)
{
IOR_offset_t segmentSize;
@ -499,7 +499,7 @@ static static HDF5_offset_t SeekOffset(void *fd, IOR_offset_t offset,
/*
* Create HDF5 data set.
*/
static static void SetupDataSet(void *fd, IOR_param_t * param)
static void SetupDataSet(void *fd, IOR_param_t * param)
{
char dataSetName[MAX_STR];
hid_t dataSetPropList;