summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-03 21:04:52 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-03 21:04:52 (GMT)
commit036dd539d3ade3fa5aebed87339b620b4c926293 (patch)
tree79d8a4e4122809572257e55728c80f1c8840ef19 /src
parent29ee63787b8b75bdbf16468c9a7d9955e55eec78 (diff)
downloadhdf5-036dd539d3ade3fa5aebed87339b620b4c926293.zip
hdf5-036dd539d3ade3fa5aebed87339b620b4c926293.tar.gz
hdf5-036dd539d3ade3fa5aebed87339b620b4c926293.tar.bz2
It's not necessary to assert(p != NULL) if you're dereferencing p in the next
assertion.
Diffstat (limited to 'src')
-rw-r--r--src/H5MV.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5MV.c b/src/H5MV.c
index b910ec4..e5965e7 100644
--- a/src/H5MV.c
+++ b/src/H5MV.c
@@ -120,7 +120,6 @@ H5MV__create(H5F_t *f)
/*
* Check arguments.
*/
- HDassert(f);
HDassert(f->shared);
HDassert(f->shared->fs_state_md == H5F_FS_STATE_CLOSED);