tamer: obj::xmlo::XmloEvent::SymDeps: Remove
This is not longer needed after the previous commit.main
parent
dcfae8a624
commit
d428755a2e
|
@ -147,12 +147,6 @@ pub enum XmloEvent {
|
|||
/// [`SymAttrs`].
|
||||
SymDecl(SymbolId, SymAttrs),
|
||||
|
||||
/// Dependencies of a given symbol.
|
||||
///
|
||||
/// Note that, for simplicity, an owned vector is returned rather than a
|
||||
/// slice into an internal buffer.
|
||||
SymDeps(SymbolId, Vec<SymbolId>),
|
||||
|
||||
/// Begin adjacency list for a given symbol and interpret subsequent
|
||||
/// symbols as edges (dependencies).
|
||||
SymDepStart(SymbolId),
|
||||
|
|
|
@ -480,10 +480,6 @@ where
|
|||
/// </preproc:sym-dep>
|
||||
/// ```
|
||||
///
|
||||
/// This function will read any number of `preproc:sym-ref` nodes and
|
||||
/// produce a single [`XmloEvent::SymDeps`] containing a [`SymbolId`]
|
||||
/// for `preproc:sym-dep/@name` and for each `preproc:sym-ref/@name`.
|
||||
///
|
||||
/// Errors
|
||||
/// ======
|
||||
/// - [`XmloError::UnassociatedSymDep`] if missing `preproc:sym-dep/@name`.
|
||||
|
|
Loading…
Reference in New Issue