app-system: Kill an unused warning
https://bugzilla.gnome.org/show_bug.cgi?id=698486
This commit is contained in:
parent
b689972e67
commit
c8792ccfa6
@ -672,9 +672,7 @@ search_tree (ShellAppSystem *self,
|
||||
g_hash_table_iter_init (&iter, apps);
|
||||
while (g_hash_table_iter_next (&iter, &key, &value))
|
||||
{
|
||||
const char *id = key;
|
||||
ShellApp *app = value;
|
||||
(void)id;
|
||||
_shell_app_do_match (app, normalized_terms,
|
||||
&prefix_results,
|
||||
&substring_results);
|
||||
|
Loading…
Reference in New Issue
Block a user