about summary refs log tree commit diff stats
path: root/scan-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'scan-tree.c')
-rw-r--r--scan-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/scan-tree.c b/scan-tree.c index 7cd8f08..29c8263 100644 --- a/scan-tree.c +++ b/scan-tree.c
@@ -230,8 +230,6 @@ end:
230 closedir(dir); 230 closedir(dir);
231} 231}
232 232
233#define lastc(s) s[strlen(s) - 1]
234
235void scan_projects(const char *path, const char *projectsfile, repo_config_fn fn) 233void scan_projects(const char *path, const char *projectsfile, repo_config_fn fn)
236{ 234{
237 struct strbuf line = STRBUF_INIT; 235 struct strbuf line = STRBUF_INIT;