basic/fs-util: remove logically dead code
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 9 May 2018 23:55:05 +0000 (01:55 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 9 May 2018 23:57:37 +0000 (01:57 +0200)
commit027cc9c92eb92ff89aacc22c9a131e7988b72e72
treecacd0d21a4667df57d8efab5ab9526f1d8a6c379
parent03d3a9d5be0879ccbf2686a528c4e686ef0c0af2
basic/fs-util: remove logically dead code

We can jump to chase_one from two places. In the first 'todo' is set to
'buffer', which comes from path_make_absolute_cwd() and is nonnull In the
second 'todo' is set to 'joined' which is checked to be nonull a few lines
above the jump. So let's kill the code that deals with null todo there.

CID #1390941.
src/basic/fs-util.c