mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 11:59:02 +00:00
trivial: remove outdated comment
This comment became outdated with #3940, where the `NULL` check for `priv->ctx` that followed by early return was removed
This commit is contained in:
parent
774a7098ad
commit
86286c3efd
@ -597,7 +597,6 @@ fu_plugin_has_custom_flag(FuPlugin *self, const gchar *flag)
|
||||
g_return_val_if_fail(FU_IS_PLUGIN(self), FALSE);
|
||||
g_return_val_if_fail(flag != NULL, FALSE);
|
||||
|
||||
/* never set up, e.g. in tests */
|
||||
return fu_context_has_hwid_flag(priv->ctx, flag);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user