summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2019-10-12 10:38:29 +0200
committerDmitry V. Levin <ldv@altlinux.org>2019-10-12 08:57:33 +0000
commitbcee3c693c51cf1342c23a233c18d28041084a75 (patch)
tree2621eeb86ff92676e41482f78c141527f3561a15 /Makefile.am
parentc5ed146fa97cf50b11c6fcf9181e2fc501e245f8 (diff)
downloadstrace-bcee3c693c51cf1342c23a233c18d28041084a75.tar.gz
riscv64: remove dead code left after riscv64 mpers removal
Since there is no compat on RISCV64 so far, its dead remains are only confusing. * linux/riscv64/arch_get_personality.c: Remove. * Makefile.am (EXTRA_DIST): Remove it. Reported-by: Elvira Khabirova <lineprinter0@gmail.com> Suggested-by: Dmitry V. Levin <ldv@altlinux.org> Complements: v5.3~18 "riscv64: remove mpers support"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7b5d4a8b3..7444a8d6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -744,7 +744,6 @@ EXTRA_DIST = \
linux/powerpc64le/userent.h \
linux/ptrace_pokeuser.c \
linux/raw_syscall.h \
- linux/riscv64/arch_get_personality.c \
linux/riscv64/arch_regs.c \
linux/riscv64/get_error.c \
linux/riscv64/get_scno.c \