Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9160624 authored by Martin Geisler's avatar Martin Geisler
Browse files

pdl: Fix inaccurate comment

I believe the replacing of constrained fields was never implemented.

Test: n/a.
Change-Id: I5b91d69372de77b2ad7be506eaa5daf607ff4c98
parent c5e62590
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -88,8 +88,6 @@ pub struct PacketScope<'d> {
    // Flattened field declarations.
    // Contains field declarations from the original Packet, Struct, or Group,
    // where Group fields have been substituted by their body.
    // Constrained Scalar or Typedef Group fields are substituted by a Fixed
    // field.
    pub fields: Vec<&'d parser::ast::Field>,

    // Constraint declarations gathered from Group inlining.