MDL-66979 behat: Remove unused var

This commit is contained in:
Andrew Nicols 2020-11-13 09:29:59 +08:00
parent d5f211d00f
commit 7d777911af

View file

@ -51,7 +51,6 @@ class behat_form_select extends behat_form_field {
// Is the select multiple? // Is the select multiple?
$multiple = $this->field->hasAttribute('multiple'); $multiple = $this->field->hasAttribute('multiple');
$singleselect = ($this->field->hasClass('singleselect') || $this->field->hasClass('urlselect'));
// Here we select the option(s). // Here we select the option(s).
if ($multiple) { if ($multiple) {