summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-29 18:27:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-29 18:27:37 (GMT)
commitbbe23c026f974be06e2aa86cff55cd255b33e2d0 (patch)
treeed03d4462f7477ce9b3710f8fcda146c17c561b1 /src/H5F.c
parent8b45b9a5f0305b6f881f25a8a7649fb67decca0f (diff)
downloadhdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.zip
hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.tar.gz
hdf5-bbe23c026f974be06e2aa86cff55cd255b33e2d0.tar.bz2
[svn-r7786] Purpose:
Code cleanup & add a feature Description: Added support for querying the file ID of named datatypes to new H5Iget_file_id function. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index dd9a3d6..b095ace 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -4191,7 +4191,6 @@ H5F_get_id(H5F_t *file)
assert(file);
ret_value = file->file_id;
-done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5F_get_id() */