1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 14:31:05 +02:00

remove unsafe and unused file_name field from trexio_hdf5_s

This commit is contained in:
q-posev 2021-07-20 12:08:18 +02:00
parent ac28110696
commit 46eec89774

View File

@ -66,7 +66,6 @@ typedef struct trexio_hdf5_s {
trexio_t parent ; trexio_t parent ;
hid_t file_id; hid_t file_id;
hid_t $group$_group; hid_t $group$_group;
const char* file_name;
} trexio_hdf5_t; } trexio_hdf5_t;
#+end_src #+end_src