summaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 5a85165..4bb3127 100644
--- a/parse.c
+++ b/parse.c
@@ -968,7 +968,6 @@ static bool parse_single_type_in_decl(Parser *p, Declaration *d) {
tokr_err(t, "You must specify either all types or no types in a single declaration.");
return false;
}
- printf("%lu\n",n_idents_with_this_type);
if (annotates_type) {
d->flags |= DECL_FLAG_ANNOTATES_TYPE;
Type type;