Skip to content

Commit f66757a

Browse files
mmaterarocky
authored andcommitted
remove comment
1 parent 98cb828 commit f66757a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mathics/builtin/assignments/internals.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,6 @@ def process_rhs_conditions(lhs, rhs, condition, evaluation):
608608

609609

610610
def process_tags_and_upset_dont_allow_custom(tags, upset, self, lhs, focus, evaluation):
611-
# TODO: the following provides a hacky fix for 1259. I know @rocky loves
612-
# this kind of things, but otherwise we need to work on rebuild the pattern
613-
# matching mechanism...
614611
focus = focus.evaluate_elements(evaluation)
615612
name = lhs.get_head_name()
616613
if tags is None and not upset:
@@ -631,9 +628,6 @@ def process_tags_and_upset_dont_allow_custom(tags, upset, self, lhs, focus, eval
631628

632629

633630
def process_tags_and_upset_allow_custom(tags, upset, self, lhs, evaluation):
634-
# TODO: the following provides a hacky fix for 1259. I know @rocky loves
635-
# this kind of things, but otherwise we need to work on rebuild the pattern
636-
# matching mechanism...
637631
name = lhs.get_head_name()
638632
focus = lhs
639633
focus = focus.evaluate_elements(evaluation)

0 commit comments

Comments
 (0)