summaryrefslogtreecommitdiff
path: root/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'types.c')
-rw-r--r--types.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.c b/types.c
index 43a0414..dba9820 100644
--- a/types.c
+++ b/types.c
@@ -2140,7 +2140,6 @@ static bool types_decl(Typer *tr, Declaration *d) {
if (d->flags & DECL_ANNOTATES_TYPE) {
/* type supplied */
assert(d->type.kind != TYPE_VOID); /* there's no way to annotate void */
- print_location(d->where);
if (!type_resolve(tr, &d->type, d->where)) {
success = false;
goto ret;