summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-12-14 19:19:19 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-12-14 19:19:19 (GMT)
commit61cee5f91a60fa369165f378fe51ca677a300e74 (patch)
tree54a13a6c7d3c46aadb5d75466dc37da58509c11b /src/H5Dchunk.c
parentddd91a7b1932d7efebcaba60d13beb5f237fc95d (diff)
downloadhdf5-61cee5f91a60fa369165f378fe51ca677a300e74.zip
hdf5-61cee5f91a60fa369165f378fe51ca677a300e74.tar.gz
hdf5-61cee5f91a60fa369165f378fe51ca677a300e74.tar.bz2
[svn-r28646] Minor normalization with revise_chunks.
Also purged obsolete /*ARGSUSED*/ from the library. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r--src/H5Dchunk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index 4ad6156..ab621ca 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -1648,7 +1648,6 @@ done:
*
*-------------------------------------------------------------------------
*/
-/* ARGSUSED */
static herr_t
H5D__chunk_mem_cb(void H5_ATTR_UNUSED *elem, const H5T_t H5_ATTR_UNUSED *type, unsigned ndims, const hsize_t *coords, void *_fm)
{
@@ -3309,7 +3308,6 @@ done:
*
*-------------------------------------------------------------------------
*/
-/* ARGSUSED */
static int
H5D__chunk_allocated_cb(const H5D_chunk_rec_t *chunk_rec, void *_udata)
{
@@ -5184,7 +5182,6 @@ done:
*
*-------------------------------------------------------------------------
*/
-/* ARGSUSED */
static int
H5D__chunk_dump_index_cb(const H5D_chunk_rec_t *chunk_rec, void *_udata)
{