[glibc] tests: nptl: Remove unused code from makefile
Yury Khrustalev via Glibc-cvs <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e08a2a3c8a82c4fb7ad16642a784d04900e07946 commit e08a2a3c8a82c4fb7ad16642a784d04900e07946 Author: Yury Khrustalev <[email protected]> Date: Thu Apr 16 14:52:47 2026 +0100 tests: nptl: Remove unused code from makefile There is no test named tst-pthread-proc-maps. Reviewed-by: Adhemerval Zanella <[email protected]> Diff: --- nptl/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nptl/Makefile b/nptl/Makefile index 85f95dd0cf..02862d1c04 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -738,10 +738,6 @@ tst-audit-threads-ENV = LD_AUDIT=$(objpfx)tst-audit-threads-mod1.so tst-setuid1-static-ENV = \ LD_LIBRARY_PATH=$(ld-library-path):$(common-objpfx)elf:$(common-objpfx)nss -tst-pthread-proc-maps-ENV = \ - GLIBC_TUNABLES=glibc.malloc.arena_max=8:glibc.malloc.mmap_threshold=1024 -tst-pthread-proc-maps-ARGS = 8 - # The tests here better do not run in parallel. ifeq ($(run-built-tests),yes) ifneq ($(filter %tests,$(MAKECMDGOALS)),)