Remove arm64 specific (unused) setup_child () and assign_guest_tls ().
commit42ff65da99e30c575b5bba1b67bdefa7906e825e
authorMark Wielaard <mark@klomp.org>
Sat, 18 Feb 2017 21:16:05 +0000 (18 21:16 +0000)
committerMark Wielaard <mark@klomp.org>
Sat, 18 Feb 2017 21:16:05 +0000 (18 21:16 +0000)
treee6e17409070ad5cda1c1849c98b2ade909ca5075
parentfb6b3d98c2aa92451aa3ab14bc0c54b8456b5086
Remove arm64 specific (unused) setup_child () and assign_guest_tls ().

valgrind svn r16186 (which fixed bug #342040 and #373192) introduced a
generic linux way of handling setup_child and assign_guest_tls. So there
is no need anymore for arch specific implementations. And gcc complained
they were unused.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16249
coregrind/m_syswrap/syswrap-arm64-linux.c