]> www.ljiriste.work Git - Libft.git/commit
Remove ft_stack_pop_forget
authorLukáš Jiřiště <redacted>
Mon, 6 Apr 2026 10:59:35 +0000 (12:59 +0200)
committerLukáš Jiřiště <redacted>
Mon, 6 Apr 2026 10:59:35 +0000 (12:59 +0200)
commit6cc8564c55e713c839558df6b0d5b738930af0c6
tree0b05abab94475fd77f6825614cc8d67467496812
parent8aca47d71653775ab6b0d3af27a3d5f1f7259218
Remove ft_stack_pop_forget

I do not understand, why the standard pop should call free on the
element as that would make it quite useless. Hence I removed the element
free from pop, which became the same as pop_forget.
Makefile
ft_parse/actions.c
ft_struct/ft_llist.c
ft_struct/ft_rbtree_traversal.c
ft_struct/ft_stack_pop.c
ft_struct/ft_stack_pop_forget.c [deleted file]
inc/ft_struct.h