X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/86e309fcb5ba64d29821b1e40407a4007e34df75..f7f26f88755ac6a3b9af4918b51b0d6e7a692c78:/scan-tree.c diff --git a/scan-tree.c b/scan-tree.c index 7cd8f08..1a2ea87 100644 --- a/scan-tree.c +++ b/scan-tree.c @@ -1,7 +1,6 @@ /* scan-tree.c - * - * Copyright (C) 2008-2009 Lars Hjemli - * Copyright (C) 2010-2013 Jason A. Donenfeld + * + * Copyright (C) 2006-2014 cgit Development Team * * Licensed under GNU General Public License v2 * (see COPYING for full license text) @@ -230,8 +229,6 @@ end: 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;