mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 12:41:07 +00:00
css: Drop a bit of unreachable code
We never get here. The compiler says so. Pointed out in https://www.viva64.com/en/b/0793/
This commit is contained in:
parent
aa5bd38137
commit
b5200bd076
@ -1073,9 +1073,6 @@ parse_n_plus_b (GtkCssParser *parser,
|
||||
*a = 0;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
gtk_css_parser_error_syntax (parser, "Not a valid an+b type");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user