Diffstat (limited to 'parsing.c')
| -rw-r--r-- | parsing.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -216,9 +216,6 @@ struct taginfo *cgit_parse_tag(struct tag *tag) } } - while (p && *p == '\n') - p++; - if (p && *p) ret->msg = xstrdup(p); |