summaryrefslogtreecommitdiffstats
path: root/examples/ph5_filtered_writes_no_sel.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 17:50:43 (GMT)
committerGitHub <noreply@github.com>2023-07-27 17:50:43 (GMT)
commit05db7c16acc835b609a5894a70394e4f699323cb (patch)
treeda55c523ff164188713c785715c308d47f03e9cf /examples/ph5_filtered_writes_no_sel.c
parent1fe3fda4edcf26d3f18de13d5f6525f6314e7ae7 (diff)
downloadhdf5-05db7c16acc835b609a5894a70394e4f699323cb.zip
hdf5-05db7c16acc835b609a5894a70394e4f699323cb.tar.gz
hdf5-05db7c16acc835b609a5894a70394e4f699323cb.tar.bz2
Normalize examples w/ develop (#3282)
Diffstat (limited to 'examples/ph5_filtered_writes_no_sel.c')
-rw-r--r--examples/ph5_filtered_writes_no_sel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/ph5_filtered_writes_no_sel.c b/examples/ph5_filtered_writes_no_sel.c
index 05367d7..a4d9e16 100644
--- a/examples/ph5_filtered_writes_no_sel.c
+++ b/examples/ph5_filtered_writes_no_sel.c
@@ -126,7 +126,6 @@ write_dataset_some_no_sel(hid_t file_id, hid_t dxpl_id)
hsize_t stride[EXAMPLE_DSET_DIMS];
hsize_t count[EXAMPLE_DSET_DIMS];
hbool_t no_selection;
- size_t i, j;
hid_t dset_id = H5I_INVALID_HID;
hid_t dcpl_id = H5I_INVALID_HID;
hid_t file_dataspace = H5I_INVALID_HID;