On Sun, 14 Oct 2012, Blue Swirl wrote:

> On Sun, Oct 14, 2012 at 7:58 PM, Blue Swirl <blauwir...@gmail.com> wrote:
> > I made a small tool to detect unused functions and
> > variables. Here's some fixes.
> 
> Just run the attached tool in an object directory and after some time,
> it will produce a list of suspect symbols:
> AES_decrypt ( ./aes.o)
> AES_encrypt ( ./aes.o)


> AUD_get_elapsed_usec_in ( ./audio/audio.o)
> AUD_get_elapsed_usec_out ( ./audio/audio.o)
> AUD_init_time_stamp_in ( ./audio/audio.o)
> AUD_init_time_stamp_out ( ./audio/audio.o)
> AUD_is_active_in ( ./audio/audio.o)
> AUD_is_active_out ( ./audio/audio.o)

And those are all part of public API mentioned in audio.h
Unused yes, but they are not static intentionally.

[..snip..]

-- 
mailto:av1...@comtv.ru

Reply via email to