mirror of
https://git.sr.ht/~sircmpwn/gmni
synced 2024-11-23 17:22:23 +01:00
Remove obsolete TODO
This commit is contained in:
parent
a61a75f837
commit
9bd1a7457e
@ -58,7 +58,6 @@ gemini_parser_next(struct gemini_parser *p, struct gemini_token *tok)
|
|||||||
*end = 0;
|
*end = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Provide whitespace trimming helper function
|
|
||||||
if (strncmp(p->buf, "=>", 2) == 0) {
|
if (strncmp(p->buf, "=>", 2) == 0) {
|
||||||
tok->token = GEMINI_LINK;
|
tok->token = GEMINI_LINK;
|
||||||
int i = 2;
|
int i = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user