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

Message ID 20230920135345.1005219-1-josimmon@redhat.com
State Committed
Commit 5d00c201b9a2da768a79ea8d5311f257871c0b43
Headers
Series elf: dl-lookup: Remove unused alloca.h include |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
redhat-pt-bot/TryBot-32bit success Build for i686
linaro-tcwg-bot/tcwg_glibc_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 success Testing passed

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.
  

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>