[PATCH 2/6] xfree86: Remove prototypes for non-existant functions.

Matt Turner mattst88 at gmail.com
Tue Aug 3 22:32:50 PDT 2010


On Tue, Aug 3, 2010 at 9:21 PM, Jesse Adkins <jesserayadkins at gmail.com> wrote:
> This was obsolete from 9a0f25de7ca3c68af867b38936103d17daa92ac6 "Static cleanups, dead code deletion." (server 1.3).
>
> Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>
> ---
>  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
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>

Reviewed-by: Matt Turner <mattst88 at gmail.com>

Unless someone else has a -next tree set up, I'll create one and
vacuum up these patches.

Matt


More information about the xorg-devel mailing list