MDL-66979 behat: Remove unused var

This commit is contained in:
Andrew Nicols
2021-01-22 14:52:18 +08:00
parent ac88e330a6
commit f60b5ea4db
@@ -51,7 +51,6 @@ class behat_form_select extends behat_form_field {
// Is the select multiple?
$multiple = $this->field->hasAttribute('multiple');
$singleselect = ($this->field->hasClass('singleselect') || $this->field->hasClass('urlselect'));
// Here we select the option(s).
if ($multiple) {