aboutsummaryrefslogtreecommitdiff
path: root/src/check_decl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_decl.cpp')
-rw-r--r--src/check_decl.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/check_decl.cpp b/src/check_decl.cpp
index aed830530..c41090ecc 100644
--- a/src/check_decl.cpp
+++ b/src/check_decl.cpp
@@ -1180,9 +1180,6 @@ void check_proc_body(CheckerContext *ctx_, Token token, DeclInfo *decl, Type *ty
case ProcCC_None:
error(body, "Procedures with the calling convention \"none\" are not allowed a body");
break;
- case ProcCC_PureNone:
- error(body, "Procedures with the calling convention \"pure_none\" are not allowed a body");
- break;
}
}