diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-31 19:29:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-31 19:29:27 (GMT) |
commit | c034336452ee48574f0dd65bf053079f9801e269 (patch) | |
tree | 09d663522bdba5b1fc4d69bf7ec19ccc6f2eeb94 | |
parent | 6742cba5720839693780c247d55deee62a3bee51 (diff) | |
download | hdf5-c034336452ee48574f0dd65bf053079f9801e269.zip hdf5-c034336452ee48574f0dd65bf053079f9801e269.tar.gz hdf5-c034336452ee48574f0dd65bf053079f9801e269.tar.bz2 |
[svn-r19323] Description:
Remove unneeded prototype.
Tested on:
None - eyeballed only, too minor.
-rw-r--r-- | src/H5EAtest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5EAtest.c b/src/H5EAtest.c index acf4863..1b5e100 100644 --- a/src/H5EAtest.c +++ b/src/H5EAtest.c @@ -385,8 +385,6 @@ END_FUNC(STATIC) /* end H5EA__test_crt_dbg_context() */ * *------------------------------------------------------------------------- */ -static herr_t H5EA__test_dst_dbg_context(void *_ctx); - BEGIN_FUNC(STATIC, NOERR, herr_t, SUCCEED, -, H5EA__test_dst_dbg_context(void *_ctx)) |