]> git.tuebingen.mpg.de Git - paraslash.git/commit - string.c
Remove para_dirname() and para_basename().
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 11 Mar 2022 18:32:24 +0000 (19:32 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 21:01:05 +0000 (23:01 +0200)
commitfefff8660daa86834673fdcc284ebe5d02c1d37b
tree7e4ca417ff0d3e26a61ad2f4e007f099e6a4ee7f
parentf0b8296a0635e74aaa58767e513eed226504ec34
Remove para_dirname() and para_basename().

The former has only a single caller, the second only two, open-coding
these is actually simpler and more performant because we no longer
scan each path twice and avoid the temporary copy of the path.
aft.c
string.c
string.h