removed unused variable
This commit is contained in:
parent
87fc7362db
commit
bad9e8e32a
2 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ class TryAgainNextRound(Exception):
|
||||||
|
|
||||||
# Rewrite is performed in-place (modifying `host_m`)
|
# Rewrite is performed in-place (modifying `host_m`)
|
||||||
def rewrite(state,
|
def rewrite(state,
|
||||||
lhs_m: UUID, # LHS-pattern
|
|
||||||
rhs_m: UUID, # RHS-pattern
|
rhs_m: UUID, # RHS-pattern
|
||||||
pattern_mm: UUID, # meta-model of both patterns (typically the RAMified host_mm)
|
pattern_mm: UUID, # meta-model of both patterns (typically the RAMified host_mm)
|
||||||
lhs_match: dict, # a match, morphism, from lhs_m to host_m (mapping pattern name -> host name), typically found by the 'match_od'-function.
|
lhs_match: dict, # a match, morphism, from lhs_m to host_m (mapping pattern name -> host name), typically found by the 'match_od'-function.
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,6 @@ class RuleMatcherRewriter:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
rhs_match = rewrite(self.state,
|
rhs_match = rewrite(self.state,
|
||||||
lhs_m=lhs,
|
|
||||||
rhs_m=rhs,
|
rhs_m=rhs,
|
||||||
pattern_mm=self.mm_ramified,
|
pattern_mm=self.mm_ramified,
|
||||||
lhs_match=lhs_match,
|
lhs_match=lhs_match,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue