diff options
author | 2024-04-23 20:58:58 +0800 | |
---|---|---|
committer | 2024-04-30 14:18:00 +0200 | |
commit | 470dbef50606a4a08dca97133b30cf106207d1ab (patch) | |
tree | 4bed53f79c94c44c204fc916a3edff51c3c83551 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | um: Fix -Wmissing-prototypes warnings for __vdso_* (diff) | |
download | wireguard-linux-470dbef50606a4a08dca97133b30cf106207d1ab.tar.xz wireguard-linux-470dbef50606a4a08dca97133b30cf106207d1ab.zip |
um: Remove unused do_get_thread_area function
It's not used since it was introduced by commit aa6758d4867c ("[PATCH]
uml: implement {get,set}_thread_area for i386"). Now, it's causing a
-Wmissing-prototypes warning:
arch/x86/um/tls_32.c:39:5: warning: no previous prototype for ‘do_get_thread_area’ [-Wmissing-prototypes]
39 | int do_get_thread_area(struct user_desc *info)
| ^~~~~~~~~~~~~~~~~~
The original author also had doubts about whether it should be used.
Considering that 18 years have passed, let's just remove it.
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions