mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 02:34:05 +02: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:
@@ -947,7 +947,7 @@ enable_jit_with_match_options (GRegex *regex,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return regex->jit_status;
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user