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 }