Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 850df984 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: remove unused variable 'compat_val'



clean up after commit 6e26aab9
(switch to generic sigaltstack)

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 48139f86
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -242,7 +242,6 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
	unsigned long haddr, sigframe_size;
	unsigned long haddr, sigframe_size;
	int err = 0;
	int err = 0;
#ifdef CONFIG_64BIT
#ifdef CONFIG_64BIT
	compat_int_t compat_val;
	struct compat_rt_sigframe __user * compat_frame;
	struct compat_rt_sigframe __user * compat_frame;
	compat_sigset_t compat_set;
	compat_sigset_t compat_set;
#endif
#endif