Skip to content

Commit

Permalink
Validation function is OK - rebase completed
Browse files Browse the repository at this point in the history
  • Loading branch information
usr3-1415 committed Apr 20, 2024
1 parent 33902c0 commit 9a0c2bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BackendAst/DAstTypeDefinition.fs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ let createEnumerated (r:Asn1AcnAst.AstRoot) (lm:LanguageMacros) (t:Asn1AcnAst.A
let nIndexMax = BigInteger ((Seq.length o.items)-1)
let arrsValidEnumNames = o.validItems |> List.map( fun i -> lm.lg.getNamedItemBackendName None i)


match td.kind with
| NonPrimitiveNewTypeDefinition ->
let completeDefinition = define_new_enumerated td arrsEnumNames arrsEnumNamesAndValues nIndexMax macros
Expand Down

0 comments on commit 9a0c2bc

Please sign in to comment.