refactor(ivy): remove unused notImplement function (#28630)
It has not been used since #27387 implemented the last missing methods in DebugNode PR Close #28630
This commit is contained in:
parent
d68a98f0cd
commit
ac58d01a8e
|
@ -196,11 +196,6 @@ function _queryNodeChildren(
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function notImplemented(): Error {
|
|
||||||
throw new Error('Missing proper ivy implementation.');
|
|
||||||
}
|
|
||||||
|
|
||||||
class DebugNode__POST_R3__ implements DebugNode {
|
class DebugNode__POST_R3__ implements DebugNode {
|
||||||
readonly nativeNode: Node;
|
readonly nativeNode: Node;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue