scan-tree.c: Remove unused macro This is no longer needed since commit fb3655df (use struct strbuf instead of static buffers, 2013-04-06). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Lukas Fleischer cgit@cryptocrack.de
Fri, 22 Nov 2013 09:49:31 +0100
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
scan-tree.c
→
scan-tree.c
@@ -230,8 +230,6 @@ strbuf_release(&pathbuf);
closedir(dir); } -#define lastc(s) s[strlen(s) - 1] - void scan_projects(const char *path, const char *projectsfile, repo_config_fn fn) { struct strbuf line = STRBUF_INIT;