Sign in
qemu
/
meson
/
2fd39dc2b08a0d60471e13a2ed3216486be738cf
/
.
/
docs
/
yaml
/
functions
/
unset_variable.yaml
blob: 6231afe85107061acd7db4a012e445f67d0e1a95 [
file
] [
log
] [
blame
]
name:
unset_variable
returns:
void
since:
0.60.0
description:
|
Unsets a variable.
Referencing a variable which has been unset is an error until it has been set again.
posargs:
varname:
type:
str
description:
The variable to unset.