remove unused var

This commit is contained in:
Folkert 2021-05-22 19:35:35 +02:00
parent 9e16c8c5ce
commit 9c32965a3d

View file

@ -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)