diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-10-22 07:11:39 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-10-22 07:11:39 (GMT) |
commit | 85d6e5de7e8e22e9f47a1148601e42ef06db0121 (patch) | |
tree | b22cfc6ece5078455f98c2601d2b8d4699e62d4c | |
parent | f208df74c1aeff5560eef09a0a0b812a34e95057 (diff) | |
download | hdf5-85d6e5de7e8e22e9f47a1148601e42ef06db0121.zip hdf5-85d6e5de7e8e22e9f47a1148601e42ef06db0121.tar.gz hdf5-85d6e5de7e8e22e9f47a1148601e42ef06db0121.tar.bz2 |
[svn-r21652] Removed unused variables from H5Pget_filter_by_id2().
Trivial change - tested on jam and local Windows 7 (VS2010).
-rwxr-xr-x | src/H5Pocpl.c | 2 |
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) |