Skip to content

Commit 1fa6d2d

Browse files
committed
Fix after rebase
1 parent 65a96b5 commit 1fa6d2d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/openPMD/Datatype.tpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,6 @@ constexpr inline bool isSigned(Datatype d)
301301
return switchType<detail::IsSigned>(d);
302302
}
303303

304-
constexpr inline bool isSameChar(Datatype d, Datatype e)
305-
{
306-
return isChar(d) && isChar(e) && isSigned(d) == isSigned(e);
307-
}
308-
309304
constexpr bool isSame(openPMD::Datatype const d, openPMD::Datatype const e)
310305
{
311306
return

0 commit comments

Comments
 (0)