mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
remove unused var
This commit is contained in:
parent
9e16c8c5ce
commit
9c32965a3d
1 changed files with 0 additions and 1 deletions
|
@ -980,7 +980,6 @@ define_builtins! {
|
|||
12 SET_WALK: "walk"
|
||||
13 SET_WALK_USER_FUNCTION: "#walk_user_function"
|
||||
14 SET_CONTAINS: "contains"
|
||||
15 SET_WALK_VAR: "#set_walk_var"
|
||||
}
|
||||
|
||||
num_modules: 8 // Keep this count up to date by hand! (TODO: see the mut_map! macro for how we could determine this count correctly in the macro)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue