aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/template-parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/template-parser.c b/src/template-parser.c
index c5286ea..4a36807 100644
--- a/src/template-parser.c
+++ b/src/template-parser.c
@@ -41,7 +41,6 @@ blogc_template_parse(const char *src, size_t src_len)
size_t current = 0;
size_t start = 0;
size_t end = 0;
- size_t remaining = 0;
bool error = false;
char *tmp = NULL;