mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
9164fdcbbb
commit
4fca3bba8f
@ -947,7 +947,7 @@ enable_jit_with_match_options (GRegex *regex,
|
||||
break;
|
||||
}
|
||||
|
||||
return regex->jit_status;
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user