summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2013-08-09 21:59:14 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2013-08-09 21:59:14 (GMT)
commit825fe5689268fd48a325b3cc8d918e9c537f9283 (patch)
tree70807366d630abf0708bae943522dc758a8c6fda /src/H5G.c
parentef73979a41232e2b5bac533923bff66fb90b511f (diff)
downloadhdf5-825fe5689268fd48a325b3cc8d918e9c537f9283.zip
hdf5-825fe5689268fd48a325b3cc8d918e9c537f9283.tar.gz
hdf5-825fe5689268fd48a325b3cc8d918e9c537f9283.tar.bz2
[svn-r23987] Merge r23939 from reduce_warning branch to trunk
Tested: jam, koala, ostrich (h5committest) Log from r23939: Fix unused variables warnings in trunk Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c Switch these functions to use FUNC_ENTER_STATIC* macros Tested: koala
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5G.c b/src/H5G.c
index bd4ad9b..4f2d0e1 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -495,14 +495,7 @@ done:
hid_t
H5Gget_create_plist(hid_t group_id)
{
- H5O_linfo_t linfo; /* Link info message */
- htri_t ginfo_exists;
- htri_t linfo_exists;
- htri_t pline_exists;
H5G_t *group = NULL;
- H5P_genplist_t *gcpl_plist;
- H5P_genplist_t *new_plist;
- hid_t new_gcpl_id = FAIL;
hid_t ret_value = FAIL;
FUNC_ENTER_API(FAIL)