1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +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

@ -64,9 +64,8 @@
#+begin_src c :tangle struct_hdf5.h #+begin_src c :tangle struct_hdf5.h
typedef struct trexio_hdf5_s { 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