Skip to content

Commit

Permalink
Merge pull request #1815 from michaellilltokiwa/issue/1129
Browse files Browse the repository at this point in the history
remove workaround from issue #1129
  • Loading branch information
fridis authored Aug 4, 2023
2 parents 067c4e0 + 1a66488 commit 7f7b1f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/mutate.fz
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ public mutate : simple_effect is
# an id used for runtime checks to verify that mutation made with the same effect
# the mutable value was created with
#
# NYI: #1129: u64 manually specified as a workaround, remove it
#
id u64 := fuzion.sys.misc.unique_id
id := fuzion.sys.misc.unique_id

# 0 is used to indicate this is closed
#
Expand Down

0 comments on commit 7f7b1f4

Please sign in to comment.