Commit 1f49402
Zuo: remove unused private
This is a remnant of the change that removed `modulo` from
`zuo/kernel`, but actually `modulo` isn't used anywhere in private
modules. Moreover, the implementation actually has a bug: `(+ r n)`
should be `(+ r m)`. I think it's best to just remove it since it's
unused.modulo binding1 parent 530de04 commit 1f49402
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
0 commit comments