diff options
| author | gingerBill <bill@gingerbill.org> | 2022-09-22 00:05:11 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-09-22 00:05:11 +0100 |
| commit | 8c3f01fbfa73f707e9150b0dbe2629d7d5ac2f8d (patch) | |
| tree | c0d3308f49ae14abf970c7a5a127498a8b0bf29c /src/types.cpp | |
| parent | 0380601bb489d6488bbc0a3322a06889dca9bd02 (diff) | |
Correct parapoly determination of generated internal type of a `map`
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; \ }) \ |