summaryrefslogtreecommitdiffstats
path: root/src/s_lvars.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_lvars.c')
-rw-r--r--src/s_lvars.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s_lvars.c b/src/s_lvars.c
index d9b7159..9369f84 100644
--- a/src/s_lvars.c
+++ b/src/s_lvars.c
@@ -40,12 +40,6 @@ void
ft_dprintf(STDERR_FILENO, "%s\n", strerror(errno));
exit(FT_RET_ALLOC);
}
- /* TODO: delete this */
- tmp = *lvars;
- while (tmp) {
- ft_printf("[%s]: [%s]\n", tmp->name, tmp->val);
- tmp = tmp->next;
- }
}
void