From b491dacc7b366a248d9ae05b1252094221567419 Mon Sep 17 00:00:00 2001 From: yjhmelody <465402634@qq.com> Date: Wed, 12 May 2021 15:09:40 +0800 Subject: [PATCH] remove FUNCTION_TARGET for ElementKind --- src/program.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/program.ts b/src/program.ts index b198c9bc2f..319624095a 100644 --- a/src/program.ts +++ b/src/program.ts @@ -2635,8 +2635,6 @@ export enum ElementKind { FUNCTION_PROTOTYPE, /** A {@link Function}. */ FUNCTION, - /** A {@link FunctionTarget}. */ - FUNCTION_TARGET, /** A {@link ClassPrototype}. */ CLASS_PROTOTYPE, /** A {@link Class}. */