Skip to content

Commit

Permalink
fix test by removing 1.14 non supported H5E_XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
picca committed Jan 6, 2025
1 parent 52d9e0b commit 45fbedc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Bindings/HDF5/ErrorCodes.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ rawMajorErrCodes =
, (Just RS, h5e_RS)
, (Just Heap, h5e_HEAP)
, (Just OHDR, h5e_OHDR)
, (Just Atom, h5e_ATOM)
, (Just Attr, h5e_ATTR)
, (Just IO, h5e_IO)
, (Just SList, h5e_SLIST)
Expand Down Expand Up @@ -430,7 +429,6 @@ rawMinorErrCodes =
, (Just BadFile, h5e_BADFILE)
, (Just Truncated, h5e_TRUNCATED)
, (Just Mount, h5e_MOUNT)
, (Just BadAtom, h5e_BADATOM)
, (Just BadGroup, h5e_BADGROUP)
, (Just CantRegister, h5e_CANTREGISTER)
, (Just CantInc, h5e_CANTINC)
Expand Down
4 changes: 0 additions & 4 deletions src/Bindings/HDF5/Raw/H5E.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ import Foreign.Ptr.Conventions
-- |Object header
#cinline H5E_OHDR, <hid_t>

-- |Object atom
#cinline H5E_ATOM, <hid_t>

-- |Attribute
#cinline H5E_ATTR, <hid_t>

Expand Down Expand Up @@ -274,7 +271,6 @@ import Foreign.Ptr.Conventions
#cinline H5E_MOUNT, <hid_t>

-- ** Object atom related errors
#cinline H5E_BADATOM, <hid_t>
#cinline H5E_BADGROUP, <hid_t>
#cinline H5E_CANTREGISTER, <hid_t>
#cinline H5E_CANTINC, <hid_t>
Expand Down

0 comments on commit 45fbedc

Please sign in to comment.