seat: remove dead self-move code
This commit is contained in:
parent
06fe5b15e1
commit
fb8d4c2700
4 changed files with 5 additions and 27 deletions
|
|
@ -346,6 +346,7 @@ pub trait Node: 'static {
|
|||
|
||||
// TYPE CONVERTERS
|
||||
|
||||
#[cfg_attr(not(feature = "it"), allow(dead_code))]
|
||||
fn node_into_float(self: Rc<Self>) -> Option<Rc<FloatNode>> {
|
||||
None
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue