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

table: remove name from MultiReturn type

This commit is contained in:
Adam Stankiewicz
2020-06-08 15:40:40 +02:00
committed by GitHub
parent 0c1d3ffbfe
commit b4dbf9cacf

View File

@ -278,8 +278,6 @@ pub const (
)
pub struct MultiReturn {
pub:
name string
pub mut:
types []Type
}