summaryrefslogtreecommitdiffstats
path: root/src/H5VL.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-04-17 21:54:02 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-04-17 21:54:02 (GMT)
commit33f70a817aba7a4dd020fb29a187c53ba05e157c (patch)
tree4ff9ee2addb8a67212bc01170a102a2399d4c005 /src/H5VL.c
parent2afee27ba9b7f22aef111b282106e5deafb61e7b (diff)
downloadhdf5-33f70a817aba7a4dd020fb29a187c53ba05e157c.zip
hdf5-33f70a817aba7a4dd020fb29a187c53ba05e157c.tar.gz
hdf5-33f70a817aba7a4dd020fb29a187c53ba05e157c.tar.bz2
[svn-r22292] remove unnecessary lookup for object locations into VOL
add a public API routine to set a user defined VOL driver some fixes to allow vol plugins to be created and used outside the library
Diffstat (limited to 'src/H5VL.c')
-rw-r--r--src/H5VL.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5VL.c b/src/H5VL.c
index 353f36f..1c56910 100644
--- a/src/H5VL.c
+++ b/src/H5VL.c
@@ -365,7 +365,6 @@ H5VL_register(const void *_cls, size_t size, hbool_t app_ref)
/* Check arguments */
HDassert(cls);
- /*MSC - check required funciton pointers */
/* Copy the class structure so the caller can reuse or free it */
if(NULL == (saved = (H5VL_class_t *)H5MM_malloc(size)))