mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 10:06:01 +01:00
remove unsafe and unused file_name field from trexio_hdf5_s
This commit is contained in:
parent
ac28110696
commit
46eec89774
@ -64,9 +64,8 @@
|
||||
#+begin_src c :tangle struct_hdf5.h
|
||||
typedef struct trexio_hdf5_s {
|
||||
trexio_t parent ;
|
||||
hid_t file_id;
|
||||
hid_t $group$_group;
|
||||
const char* file_name;
|
||||
hid_t file_id;
|
||||
hid_t $group$_group;
|
||||
} trexio_hdf5_t;
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user