1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Revert "gen: add type name to comp for (#10881)"

Reason: 713a079 is more general and provides the same information.

This reverts commit dd3ee20566.
This commit is contained in:
Delyan Angelov
2021-07-21 23:56:00 +03:00
parent dd3ee20566
commit 06de9c799c
3 changed files with 0 additions and 5 deletions

View File

@@ -108,7 +108,6 @@ pub:
args []MethodArgs
return_type int
typ int
type_name string
}
// FieldData holds information about a field. Fields reside on structs.
@@ -120,7 +119,6 @@ pub:
is_mut bool
is_shared bool
typ int
type_name string
}
enum AttributeKind {