MyFirstObjectWalk: drop `init_walken_defaults()`
authorMartin Ågren <martin.agren@gmail.com>
Sun, 29 Nov 2020 19:52:22 +0000 (20:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Nov 2020 21:55:54 +0000 (13:55 -0800)
commit3bf97e12703d27ac1928f2551cc09bbf13597149
treee4c1682e9fdc9d892b0f71fa340f59827099b654
parent6ba9bb76e0279bce9f614cb7f4ee28d8a601e79e
MyFirstObjectWalk: drop `init_walken_defaults()`

In a recent commit, we stopped calling `init_grep_defaults()` from this
function. Thus, by the end of the tutorial, we still haven't added any
contents to this function. Let's remove it for simplicity.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/MyFirstObjectWalk.txt