diff --git a/synthesizer/process/src/stack/register_types/matches.rs b/synthesizer/process/src/stack/register_types/matches.rs index 2082fa995b..3957726841 100644 --- a/synthesizer/process/src/stack/register_types/matches.rs +++ b/synthesizer/process/src/stack/register_types/matches.rs @@ -168,8 +168,6 @@ impl RegisterTypes { } /// Checks that the given record matches the layout of the record type. - /// Note: Ordering for `owner` **does** matter, however ordering - /// for record data does **not** matter, as long as all defined members are present. pub fn matches_record( &self, stack: &(impl StackMatches + StackProgram),