]> git.proxmox.com Git - mirror_qemu.git/commit - target/s390x/tcg/translate.c
target-s390: Delete dead code from old translator
authorRichard Henderson <rth@twiddle.net>
Mon, 27 Aug 2012 18:33:58 +0000 (11:33 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:18:43 +0000 (12:18 -0800)
commit4f3adfb2a63416c434fdafdfa406604f2a18392b
treea2cf3b56ff22447b9c08422aa635704b994478df
parentdc458df91d00986885fe12ed25876aa6d0604cee
target-s390: Delete dead code from old translator

The use of inline restricts detection of static functions that are
no longer used.  Limit the use of inline to those functions that
are conditionally used based on CONFIG_USER_ONLY.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/translate.c