Use remove_path from dir.c instead of own implementation
commit175a494823c1eacd4da9c4a5b90ec0668f7051c0
authorAlex Riesen <raa.lkml@gmail.com>
Fri, 26 Sep 2008 22:59:14 +0000 (27 00:59 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 29 Sep 2008 15:37:07 +0000 (29 08:37 -0700)
tree4877e614101afd3512573199e95f9b8b7dbdd0bb
parent4a92d1bfb784b09641180d164e7d719080165dc4
Use remove_path from dir.c instead of own implementation

Besides, it fixes a memleak (builtin-rm.c) and accidental change of
the input const argument (builtin-merge-recursive.c).

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
builtin-apply.c
builtin-merge-recursive.c
builtin-rm.c