diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-10-22 07:19:47 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-10-22 07:19:47 (GMT) |
commit | 0ffe28aef728421a0221ac413325d6bf33a64a77 (patch) | |
tree | a90c5e7662fda7644f19c475338e66e5574d21a3 | |
parent | 85d6e5de7e8e22e9f47a1148601e42ef06db0121 (diff) | |
download | hdf5-0ffe28aef728421a0221ac413325d6bf33a64a77.zip hdf5-0ffe28aef728421a0221ac413325d6bf33a64a77.tar.gz hdf5-0ffe28aef728421a0221ac413325d6bf33a64a77.tar.bz2 |
[svn-r21653] Removed unused done: label.
Trivial change - tested on 64-bit Windows 7 with Visual Studio 2010.
-rw-r--r-- | src/H5FDfamily.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDfamily.c b/src/H5FDfamily.c index 1d8d7c1..c7059af 100644 --- a/src/H5FDfamily.c +++ b/src/H5FDfamily.c @@ -966,7 +966,6 @@ H5FD_family_cmp(const H5FD_t *_f1, const H5FD_t *_f2) ret_value = H5FDcmp(f1->memb[0], f2->memb[0]); -done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5FD_family_cmp() */ |