about summary refs log tree commit diff
path: root/elf/dl-main.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-11-06 17:25:48 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-11-21 16:15:42 -0300
commita0f9bfc3a5cc10920787d70d0653720a8fa013f3 (patch)
tree24048f5c0585cdf2723c83620d4b0ce1309daed7 /elf/dl-main.h
parent55f41ef8de4a4d0c5762d78659e11202d3c765d4 (diff)
downloadglibc-a0f9bfc3a5cc10920787d70d0653720a8fa013f3.tar.gz
glibc-a0f9bfc3a5cc10920787d70d0653720a8fa013f3.tar.xz
glibc-a0f9bfc3a5cc10920787d70d0653720a8fa013f3.zip
elf: Remove any_debug from dl_main_state
Its usage can be implied by the GLRO(dl_debug_mask).
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'elf/dl-main.h')
-rw-r--r--elf/dl-main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/elf/dl-main.h b/elf/dl-main.h
index 92766d06b4..f876904cb6 100644
--- a/elf/dl-main.h
+++ b/elf/dl-main.h
@@ -97,9 +97,6 @@ struct dl_main_state
   /* True if program should be also printed for rtld_mode_trace.  */
   bool mode_trace_program;
 
-  /* True if any of the debugging options is enabled.  */
-  bool any_debug;
-
   /* True if information about versions has to be printed.  */
   bool version_info;
 };