Skip to content

Commit 4e83617

Browse files
authored
remove FUNCTION_TARGET for ElementKind (#1851)
1 parent c5fdfbf commit 4e83617

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/program.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2635,8 +2635,6 @@ export enum ElementKind {
26352635
FUNCTION_PROTOTYPE,
26362636
/** A {@link Function}. */
26372637
FUNCTION,
2638-
/** A {@link FunctionTarget}. */
2639-
FUNCTION_TARGET,
26402638
/** A {@link ClassPrototype}. */
26412639
CLASS_PROTOTYPE,
26422640
/** A {@link Class}. */

0 commit comments

Comments
 (0)