mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-12 04:28:22 -05:00
scanner: Remove unreachable call to exit()
fail() already does not return. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
parent
81bbde007e
commit
8e83f0f531
1 changed files with 0 additions and 1 deletions
|
|
@ -1232,7 +1232,6 @@ emit_stubs(struct wl_list *message_list, struct interface *interface)
|
|||
"interface '%s' has method named destroy "
|
||||
"but no destructor",
|
||||
interface->name);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
if (!has_destroy && strcmp(interface->name, "wl_display") != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue