diff --git a/src/protocol/parser/pass_definitions.rs b/src/protocol/parser/pass_definitions.rs index a96d0f2df6f0cca3f62ea4f1017449ab885b0f2f..c35967df9b31f6f355d7c5793502e07fac428c8d 100644 --- a/src/protocol/parser/pass_definitions.rs +++ b/src/protocol/parser/pass_definitions.rs @@ -280,7 +280,6 @@ impl PassDefinitions { )?; let return_types = return_types.into_vec(); - // TODO: @ReturnValues match return_types.len() { 0 => return Err(ParseError::new_error_str_at_pos(&module.source, open_curly_pos, "expected a return type")), 1 => {},