summaryrefslogtreecommitdiffstats
path: root/src/p_lblock_next.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_lblock_next.c')
-rw-r--r--src/p_lblock_next.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/p_lblock_next.c b/src/p_lblock_next.c
index 0c1c1f4..02ecbb2 100644
--- a/src/p_lblock_next.c
+++ b/src/p_lblock_next.c
@@ -194,11 +194,6 @@ size_t
return (usedcmp);
}
}
- /* ptr = value; */
- /* save = value; */
- /* while (*ptr != C_NUL && ft_iswhitespace(*ptr) == FALSE) */
- /* ptr++; */
- /* ft_strlcpy(tmp, save, (ptr - save) + 1); */
}
return (0);
}