summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/H5Pocpl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Pocpl.c b/src/H5Pocpl.c
index dec2cfe..e671bc3 100755
--- a/src/H5Pocpl.c
+++ b/src/H5Pocpl.c
@@ -992,8 +992,6 @@ H5Pget_filter_by_id2(hid_t plist_id, H5Z_filter_t id, unsigned int *flags/*out*/
size_t namelen, char name[]/*out*/, unsigned *filter_config)
{
H5P_genplist_t *plist; /* Property list */
- H5O_pline_t pline; /* Filter pipeline */
- const H5Z_filter_info_t *filter; /* Pointer to filter information */
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(H5Pget_filter_by_id2, FAIL)