diff --git a/src/parser.c b/src/parser.c
index ffcc28767be7d638d18609764999d004790aa9a2..eb9aa5ec3d1da4a222e9ec0c76ad19ba004b9a2c 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -58,7 +58,6 @@ if ((end = strstr(p->buf, "\n")) != NULL) {
*end = 0;
}
- // TODO: Provide whitespace trimming helper function
if (strncmp(p->buf, "=>", 2) == 0) {
tok->token = GEMINI_LINK;
int i = 2;