mirror of
https://git.zx2c4.com/cgit
synced 2024-11-09 18:18:42 +00:00
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>
This commit is contained in:
parent
d181d6593f
commit
f7db9b5e37
@ -230,8 +230,6 @@ end:
|
|||||||
closedir(dir);
|
closedir(dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define lastc(s) s[strlen(s) - 1]
|
|
||||||
|
|
||||||
void scan_projects(const char *path, const char *projectsfile, repo_config_fn fn)
|
void scan_projects(const char *path, const char *projectsfile, repo_config_fn fn)
|
||||||
{
|
{
|
||||||
struct strbuf line = STRBUF_INIT;
|
struct strbuf line = STRBUF_INIT;
|
||||||
|
Loading…
Reference in New Issue
Block a user