diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-12 17:01:58 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-12 17:01:58 +0000 |
commit | 4c20772b6223bf193dd0f9ec70a3766d3a22c30b (patch) | |
tree | c4f0e737185d2acaf2b8dbca4b97a0e692ad658b /ldso | |
parent | 56e1ba1b2337f6182927c4a975741111108f3353 (diff) |
ldso: do not comment out unused variables, just delete it.
SIgned-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/include/ldso.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index df4a1d479..eeccde0f9 100644 --- a/ldso/include/ldso.h +++ b/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__ |