summaryrefslogtreecommitdiffstats
path: root/src/H5Z.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Z.c')
-rw-r--r--src/H5Z.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5Z.c b/src/H5Z.c
index 2c5061f..486d2c4 100644
--- a/src/H5Z.c
+++ b/src/H5Z.c
@@ -1327,10 +1327,6 @@ H5Z_pipeline(const H5O_pline_t *pline, unsigned flags,
hbool_t issue_error = FALSE;
#ifndef H5_VMS
- /* Check for "no plugins" indicated" */
- if(H5PL_no_plugin())
- issue_error = TRUE;
- else {
const H5Z_class2_t *filter_info;
/* Try loading the filter */
@@ -1345,7 +1341,6 @@ H5Z_pipeline(const H5O_pline_t *pline, unsigned flags,
} /* end if */
else
issue_error = TRUE;
- } /* end else */
#else /*H5_VMS*/
issue_error = TRUE;
#endif /*H5_VMS*/