diff options
author | Lukas Fleischer <cgit@cryptocrack.de> | 2013-11-22 09:49:31 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-01-08 14:59:38 +0100 |
commit | f7db9b5e37dec8c28e29a2cc9a2a4d179cbeded6 (patch) | |
tree | 25b572d811fe42542d89647576ec466ad277ae63 /scan-tree.c | |
parent | ui-shared: Drop filepair_cb_raw() and helper (diff) | |
download | cgit-pink-f7db9b5e37dec8c28e29a2cc9a2a4d179cbeded6.tar.gz cgit-pink-f7db9b5e37dec8c28e29a2cc9a2a4d179cbeded6.zip |
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>
Diffstat (limited to 'scan-tree.c')
-rw-r--r-- | scan-tree.c | 2 |
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: 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; |