diff options
| author | Prasad Joshi | 2014-03-23 10:28:42 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2014-03-27 16:22:49 +0100 |
| commit | 3768d505adcd6c3fe819432d7dabd312995fa678 (patch) | |
| tree | d96a85784257df88b59276918ae0e9373ec94876 /linux-user | |
| parent | hw/timer/grlib_gptimer: remove unnecessary assignment (diff) | |
| download | qemu-3768d505adcd6c3fe819432d7dabd312995fa678.tar.gz qemu-3768d505adcd6c3fe819432d7dabd312995fa678.tar.xz qemu-3768d505adcd6c3fe819432d7dabd312995fa678.zip | |
linux-user: remove duplicate statement
Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>
Acked-by: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'linux-user')
| -rw-r--r-- | linux-user/signal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-user/signal.c b/linux-user/signal.c index e5fb9332e3..7d6246f448 100644 --- a/linux-user/signal.c +++ b/linux-user/signal.c @@ -4043,8 +4043,6 @@ static void setup_rt_frame(int sig, struct target_sigaction *ka, struct target_rt_sigframe *frame; abi_ulong info_addr, uc_addr; - frame_addr = get_sigframe(ka, env, sizeof *frame); - frame_addr = get_sigframe(ka, env, sizeof(*frame)); if (!lock_user_struct(VERIFY_WRITE, frame, frame_addr, 0)) { goto give_sigsegv; |
