From ac58d01a8e42fbc77ba7adea6f87a657f023334a Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Sat, 9 Feb 2019 16:02:29 +0100 Subject: [PATCH] refactor(ivy): remove unused notImplement function (#28630) It has not been used since #27387 implemented the last missing methods in DebugNode PR Close #28630 --- packages/core/src/debug/debug_node.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/core/src/debug/debug_node.ts b/packages/core/src/debug/debug_node.ts index d81c8fb621..1988b17017 100644 --- a/packages/core/src/debug/debug_node.ts +++ b/packages/core/src/debug/debug_node.ts @@ -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;