[PATCH] xfree86: Loader: Remove prototypes for non-existant functions. Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>

Peter Hutterer peter.hutterer at who-t.net
Sun Aug 1 20:38:38 PDT 2010


On Sun, Aug 01, 2010 at 04:01:21PM -0700, Jesse Adkins wrote:
> ---
>  hw/xfree86/loader/loader.h |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
> 
> diff --git a/hw/xfree86/loader/loader.h b/hw/xfree86/loader/loader.h
> index ac5f99c..6121e02 100644
> --- a/hw/xfree86/loader/loader.h
> +++ b/hw/xfree86/loader/loader.h
> @@ -88,15 +88,9 @@ extern const ModuleVersions LoaderVersionInfo;
>  extern unsigned long LoaderOptions;
>  
>  /* Internal Functions */
> -void LoaderDuplicateSymbol(const char *, const int);
> -char *_LoaderModuleToName(int);
>  int LoaderOpen(const char *, const char *, int, int *, int *, int *, int);
>  int LoaderHandleOpen(int);
>  
> -/* object to name lookup routines */
> -char *_LoaderHandleToName(int handle);
> -char *_LoaderHandleToCanonicalName(int handle);
> -
>  /* Loader backends. */
>  #include "dlloader.h"
>  
> -- 
> 1.7.0.4

commit message again (please check all other patches for this too)

quick search shows removed with 9a0f25de7ca3c68af867b38936103d17daa92ac6
"Static cleanups, dead code deletion." (server 1.3), again, this info would
be good to have in the commit message.
given that, Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

 
Cheers,
  Peter


More information about the xorg-devel mailing list