Skip to content

Commit

Permalink
Remove redundant priority
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Oct 17, 2024
1 parent 6f6e414 commit ab6504a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ukm-semantics/main/preprocessing/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module UKM-PREPROCESSING-METHODS
<method-outer-attributes> Atts:OuterAttributes </method-outer-attributes>
requires getEndpointName(Atts, MethodIdentifier) =/=K ""
andBool getStorageName(Atts) ==K ""
[priority(50)]
rule
<k>
ukmPreprocessMethod(_Trait:TypePath, MethodIdentifier:Identifier, Method:PathInExpression)
Expand All @@ -41,7 +40,6 @@ module UKM-PREPROCESSING-METHODS
<method-outer-attributes> Atts:OuterAttributes </method-outer-attributes>
requires getStorageName(Atts) =/=K ""
andBool getEndpointName(Atts, MethodIdentifier) ==K ""
[priority(50)]
rule ukmPreprocessMethod(_:TypePath, _:Identifier, _:PathInExpression) => .K
[owise]
Expand Down

0 comments on commit ab6504a

Please sign in to comment.