commit 60f29a4985e8c2d43a17368735bd0ce303a9f364
parent 0f71e1588f85775c4dd827600a47368a87225376
Author: Mike Hommey <mh+mozilla@glandium.org>
Date: Tue, 21 Oct 2025 23:08:42 +0000
Bug 1995453 - Remove unused XblLocatorParameters. r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D269330
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/testing/geckodriver/src/command.rs b/testing/geckodriver/src/command.rs
@@ -157,12 +157,6 @@ pub struct GeckoContextParameters {
pub context: GeckoContext,
}
-#[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
-pub struct XblLocatorParameters {
- pub name: String,
- pub value: String,
-}
-
#[derive(Default, Debug, PartialEq, Eq)]
pub struct LogOptions {
pub level: Option<logging::Level>,