qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH 00/11] static patches


From: malc
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 00/11] static patches
Date: Mon, 15 Oct 2012 00:32:57 +0400 (MSK)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

On Sun, 14 Oct 2012, Blue Swirl wrote:

> On Sun, Oct 14, 2012 at 7:58 PM, Blue Swirl <address@hidden> 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:address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]