summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-07 21:32:08 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-07 21:32:08 (GMT)
commit2f4152d02dbe55c158fa0ceb91ce8fb1a5a47bd3 (patch)
tree465347f71cb7b87d0760a7f251e1a07f3eb6cb07 /src/H5public.h
parent1a75bc504f09d5926b1996fb96ddc9d620a7216e (diff)
downloadhdf5-2f4152d02dbe55c158fa0ceb91ce8fb1a5a47bd3.zip
hdf5-2f4152d02dbe55c158fa0ceb91ce8fb1a5a47bd3.tar.gz
hdf5-2f4152d02dbe55c158fa0ceb91ce8fb1a5a47bd3.tar.bz2
Brings many parallel changes from develop
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 2fb4407..8aadddc 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -372,7 +372,6 @@ htri_to_string(htri_t v)
* \internal (Hoisted here, since it's used by both the
* H5Lpublic.h and H5Opublic.h headers) */
/* Type for object tokens */
-/* (Hoisted here, since it's used by both the H5Lpublic.h and H5Opublic.h headers) */
typedef struct H5O_token_t {
uint8_t __data[H5O_MAX_TOKEN_SIZE];
} H5O_token_t;