summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-05-03 15:39:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-05-03 15:39:33 (GMT)
commit149e6b77b82bcf8e15a9a2a58671ef348f681118 (patch)
treee87aa8fa4ebb2e245148cc553fa72091a5897a86 /src/H5Pfapl.c
parent724cbc561527005e2cd4cb7026e2a144dfbef5e8 (diff)
downloadhdf5-149e6b77b82bcf8e15a9a2a58671ef348f681118.zip
hdf5-149e6b77b82bcf8e15a9a2a58671ef348f681118.tar.gz
hdf5-149e6b77b82bcf8e15a9a2a58671ef348f681118.tar.bz2
[svn-r10718] Purpose:
Code cleanup Description: Clean up some compiler warnings. Platforms tested: FreeBSD 4.11 (sleipnir) w/gcc 4.0 Too minor to require h5committest
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index 587ab2f..8df6866 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -992,7 +992,6 @@ H5Pget_mdc_config(hid_t plist_id,
{
H5P_genplist_t *plist; /* Property list pointer */
herr_t ret_value = SUCCEED; /* return value */
- H5C_auto_size_ctl_t resizeCfg;
FUNC_ENTER_API(H5Pget_mdc_config, FAIL);
H5TRACE2("e","ix",plist_id,config_ptr);