Преглед на файлове

ldso: do not comment out unused variables, just delete it.

SIgned-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso преди 15 години
родител
ревизия
4c20772b62
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      ldso/include/ldso.h

+ 0 - 1
ldso/include/ldso.h

@@ -63,7 +63,6 @@ extern char *_dl_library_path;         /* Where we look for libraries */
 extern char *_dl_preload;              /* Things to be loaded before the libs */
 extern char *_dl_ldsopath;             /* Where the shared lib loader was found */
 extern const char *_dl_progname;       /* The name of the executable being run */
-//now static: extern int _dl_secure;                 /* Are we dealing with setuid stuff? */
 extern size_t _dl_pagesize;            /* Store the page size for use later */
 
 #ifdef __SUPPORT_LD_DEBUG__