Skip to content

Commit

Permalink
GHI #32 Remove EXCL_LINE comments for now [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Jul 14, 2024
1 parent 30a7be9 commit 650a731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/feature_check_leaf.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ patomic_feature_check_leaf(
case patomic_opcats_IMPLICIT:
/* case patomic_opcats_EXPLICIT: (==IMPLICIT) */
case patomic_opcats_TRANSACTION:
PATOMIC_UNREACHABLE(); /* GCOVR_EXCL_LINE */
PATOMIC_UNREACHABLE();
#if PATOMIC_UNREACHABLE_IS_VCZ
break;
#endif
Expand Down Expand Up @@ -181,7 +181,7 @@ patomic_feature_check_leaf_explicit(
case patomic_opcats_IMPLICIT:
/* case patomic_opcats_EXPLICIT: (==IMPLICIT) */
case patomic_opcats_TRANSACTION:
PATOMIC_UNREACHABLE(); /* GCOV_EXCL_LINE */
PATOMIC_UNREACHABLE();
#if PATOMIC_UNREACHABLE_IS_VCZ
break;
#endif
Expand Down Expand Up @@ -234,7 +234,7 @@ patomic_feature_check_leaf_transaction(
case patomic_opcats_IMPLICIT:
/* case patomic_opcats_EXPLICIT: (==IMPLICIT) */
case patomic_opcats_TRANSACTION:
PATOMIC_UNREACHABLE(); /* LCOV_EXCL_LINE */
PATOMIC_UNREACHABLE();
#if PATOMIC_UNREACHABLE_IS_VCZ
break;
#endif
Expand Down

0 comments on commit 650a731

Please sign in to comment.