Skip to content

Commit

Permalink
lib/agetpass.*: Remove malloc(3)-based APIs, as they're unused
Browse files Browse the repository at this point in the history
In the last commit, we replaced all of these calls by alloca(3)-based
variants.

Signed-off-by: Alejandro Colomar <[email protected]>
  • Loading branch information
alejandro-colomar committed Jan 26, 2025
1 parent f9caefc commit 2a5cf77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
2 changes: 0 additions & 2 deletions lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ libshadow_la_SOURCES = \
adds.c \
adds.h \
age.c \
agetpass.c \
agetpass.h \
alloc/calloc.c \
alloc/calloc.h \
alloc/malloc.c \
Expand Down
60 changes: 0 additions & 60 deletions lib/agetpass.c

This file was deleted.

23 changes: 0 additions & 23 deletions lib/agetpass.h

This file was deleted.

0 comments on commit 2a5cf77

Please sign in to comment.