mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
script: Remove dead code in xpath implementation (#39454)
Testing: Verified by the fact that the code still compiles, and existing web platform tests of course Part of https://github.com/servo/servo/issues/34527 Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
ac8895c3ae
commit
dd8e4f231c
5 changed files with 0 additions and 281 deletions
|
@ -14,12 +14,9 @@ use crate::dom::bindings::codegen::Bindings::XPathNSResolverBinding::XPathNSReso
|
|||
use crate::dom::bindings::error::{Error as JsError, Error, Fallible};
|
||||
|
||||
mod context;
|
||||
#[allow(dead_code)]
|
||||
mod eval;
|
||||
mod eval_function;
|
||||
#[allow(dead_code)]
|
||||
mod eval_value;
|
||||
#[allow(dead_code)]
|
||||
mod parser;
|
||||
|
||||
/// Parse an XPath expression from a string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue