gregex: Remove an unreachable return statement

Spotted by Coverity.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Coverity CID: #1497916
This commit is contained in:
Philip Withnall 2022-10-18 15:05:30 +01:00
parent 9164fdcbbb
commit 4fca3bba8f

View File

@ -947,7 +947,7 @@ enable_jit_with_match_options (GRegex *regex,
break;
}
return regex->jit_status;
g_assert_not_reached ();
}
/**