From: Richard Weinberger Date: Fri, 15 Jun 2018 14:42:55 +0000 (+0200) Subject: um: Remove update_debugregs() X-Git-Tag: v4.20-rc1~43^2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3033998bb8cd5a109c3171f4cde62665e3f5ce63;p=users%2Fjedix%2Flinux-maple.git um: Remove update_debugregs() This function is nowhere used, let's get rid of it. Signed-off-by: Richard Weinberger --- diff --git a/arch/x86/um/shared/sysdep/ptrace_32.h b/arch/x86/um/shared/sysdep/ptrace_32.h index ae00d22bce02c..db8478a83a097 100644 --- a/arch/x86/um/shared/sysdep/ptrace_32.h +++ b/arch/x86/um/shared/sysdep/ptrace_32.h @@ -8,8 +8,6 @@ #define MAX_FP_NR HOST_FPX_SIZE -static inline void update_debugregs(int seq) {} - void set_using_sysemu(int value); int get_using_sysemu(void); extern int sysemu_supported;