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:
@ -196,11 +196,6 @@ function _queryNodeChildren(
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function notImplemented(): Error {
|
||||
throw new Error('Missing proper ivy implementation.');
|
||||
}
|
||||
|
||||
class DebugNode__POST_R3__ implements DebugNode {
|
||||
readonly nativeNode: Node;
|
||||
|
||||
|
Reference in New Issue
Block a user