From 8c3f01fbfa73f707e9150b0dbe2629d7d5ac2f8d Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 22 Sep 2022 00:05:11 +0100 Subject: Correct parapoly determination of generated internal type of a `map` --- src/types.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/types.cpp') diff --git a/src/types.cpp b/src/types.cpp index 321f42aa0..fec324bf4 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -227,7 +227,6 @@ struct TypeProc { Type *key; \ Type *value; \ Type *entry_type; \ - Type *generated_struct_type; \ Type *internal_type; \ Type *lookup_result_type; \ }) \ -- cgit v1.2.3