table: remove name from MultiReturn type

pull/5288/head
Adam Stankiewicz 2020-06-08 15:40:40 +02:00 committed by GitHub
parent 0c1d3ffbfe
commit b4dbf9cacf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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