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

Commit 34cdcc25 authored by Martin Geisler's avatar Martin Geisler Committed by Cherrypicker Worker
Browse files

pdl: Fix inaccurate comment

I believe the replacing of constrained fields was never implemented.

Test: n/a.
(cherry picked from https://android-review.googlesource.com/q/commit:f91606240b648ba617065426cefa75f4507b4115)
Merged-In: I5b91d69372de77b2ad7be506eaa5daf607ff4c98
Change-Id: I5b91d69372de77b2ad7be506eaa5daf607ff4c98
parent 0503bd81
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.