constellation: Eliminate long-standing inactive code path for WebDriverData (#38221)

Cleaning up some dead code which has been here for 9 years. They are
never detected by Lint because we still initialize them as `None` but
never change afterwards.

Testing: No regression.

---------

Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Euclid Ye 2025-07-23 14:50:20 +08:00 committed by GitHub
parent 7f6d4825cf
commit d2e5137201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 53 deletions

View file

@ -47,7 +47,6 @@ serde = { workspace = true }
servo_config = { path = "../config" }
servo_rand = { path = "../rand" }
servo_url = { path = "../url" }
stylo_traits = { workspace = true }
tracing = { workspace = true, optional = true }
webgpu = { path = "../webgpu" }
webgpu_traits = { workspace = true }