diff mbox series

elf: dl-lookup: Remove unused alloca.h include

Message ID 20230920135345.1005219-1-josimmon@redhat.com
State New
Headers show
Series elf: dl-lookup: Remove unused alloca.h include | expand

Commit Message

Joe Simmons-Talbott Sept. 20, 2023, 1:53 p.m. UTC
---
 elf/dl-lookup.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Andreas Schwab Sept. 20, 2023, 1:58 p.m. UTC | #1
Ok.
diff mbox series

Patch

diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c
index a8f48fed12..69c91bea05 100644
--- a/elf/dl-lookup.c
+++ b/elf/dl-lookup.c
@@ -16,7 +16,6 @@ 
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#include <alloca.h>
 #include <libintl.h>
 #include <stdlib.h>
 #include <string.h>