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:
cexbrayat 2019-02-09 16:02:29 +01:00 committed by Misko Hevery
parent d68a98f0cd
commit ac58d01a8e
1 changed files with 0 additions and 5 deletions

View File

@ -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;