aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index e0b303369..9233ad61e 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -2190,8 +2190,6 @@ Type *check_poly_path_pop(CheckerContext *c) {
-void check_entity_decl(CheckerContext *c, Entity *e, DeclInfo *d, Type *named_type);
-
Array<Entity *> proc_group_entities(CheckerContext *c, Operand o) {
Array<Entity *> procs = {};
if (o.mode == Addressing_ProcGroup) {