diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-07 11:30:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-07 11:30:33 +0000 |
commit | ae0903f5df945e131c7e43688ea571abbb108c9c (patch) | |
tree | 9ac8878cc208d42328b192314aebd2ccb41147df /ldso | |
parent | 3e02283942073ac7f43e63aae91b461bc825502e (diff) |
Remove unneeded forward declaration
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/ldso.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 013895227..6569d715e 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -61,7 +61,6 @@ int _dl_debug_file = 2; #endif /* Forward function declarations */ -static void debug_fini (int status, void *arg); static int _dl_suid_ok(void); /* |