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:713a079is more general and provides the same information. This reverts commitdd3ee20566.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user