mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-29 16:07:45 +00:00
trivial: remove unnecessary assertion for FwupdBiosAttr
This commit is contained in:
parent
9ec72eca1a
commit
8de9027ab4
@ -247,7 +247,6 @@ fwupd_bios_attr_get_kind(FwupdBiosAttr *self)
|
|||||||
* @type: a bios attribute type, e.g. %FWUPD_BIOS_ATTR_KIND_ENUMERATION
|
* @type: a bios attribute type, e.g. %FWUPD_BIOS_ATTR_KIND_ENUMERATION
|
||||||
*
|
*
|
||||||
* Sets the BIOS attribute type used by the kernel interface.
|
* Sets the BIOS attribute type used by the kernel interface.
|
||||||
* Setting a @type of %FWUPD_BIOS_ATTR_KIND_UNKNOWN is not supported.
|
|
||||||
*
|
*
|
||||||
* Since: 1.8.4
|
* Since: 1.8.4
|
||||||
**/
|
**/
|
||||||
@ -256,7 +255,6 @@ fwupd_bios_attr_set_kind(FwupdBiosAttr *self, FwupdBiosAttrKind type)
|
|||||||
{
|
{
|
||||||
FwupdBiosAttrPrivate *priv = GET_PRIVATE(self);
|
FwupdBiosAttrPrivate *priv = GET_PRIVATE(self);
|
||||||
g_return_if_fail(FWUPD_IS_BIOS_ATTR(self));
|
g_return_if_fail(FWUPD_IS_BIOS_ATTR(self));
|
||||||
g_return_if_fail(type != FWUPD_BIOS_ATTR_KIND_UNKNOWN);
|
|
||||||
priv->kind = type;
|
priv->kind = type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user