Skip to content

Commit

Permalink
use remove instead of orderedRemove
Browse files Browse the repository at this point in the history
  • Loading branch information
noiryuh committed Aug 11, 2022
1 parent b91054d commit 43a6279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genny/languages/zig.nim
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ proc genSeqProcs(objName, procPrefix, selfSuffix: string, entryType: NimNode) =
indent = true
)
exportProc(
&"orderedRemove{selfSuffix}",
&"remove{selfSuffix}",
&"{procPrefix}_delete",
@[("self", objName), ("index", "isize")],
indent = true
Expand Down

0 comments on commit 43a6279

Please sign in to comment.