From b4dbf9cacf618e4cde11b7efc750175cdee6c27f Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 8 Jun 2020 15:40:40 +0200 Subject: [PATCH] table: remove name from MultiReturn type --- vlib/v/table/atypes.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/vlib/v/table/atypes.v b/vlib/v/table/atypes.v index e92d7d7f00..1fcc733cff 100644 --- a/vlib/v/table/atypes.v +++ b/vlib/v/table/atypes.v @@ -278,8 +278,6 @@ pub const ( ) pub struct MultiReturn { -pub: - name string pub mut: types []Type }