Commit 3feef05
Remove unnecessary function declaration from example
The produceSquares() function is probably a leftover, because only produceNumbers()
and square() are actually used in the code sample.1 parent b8a559d commit 3feef05
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | 222 | | |
227 | 223 | | |
228 | 224 | | |
229 | 225 | | |
| 226 | + | |
230 | 227 | | |
231 | 228 | | |
232 | 229 | | |
| |||
0 commit comments