From 7b0f940625a0f6eee2ef91dfbfa4a206246940f5 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 19 Dec 2014 13:46:37 -0500 Subject: [PATCH] atom: make FreeAtom static Reviewed-by: Chris Wilson Signed-off-by: Adam Jackson --- dix/atom.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dix/atom.c b/dix/atom.c index a1e555e31..da0adfe78 100644 --- a/dix/atom.c +++ b/dix/atom.c @@ -70,8 +70,6 @@ static NodePtr atomRoot = NULL; static unsigned long tableLength; static NodePtr *nodeTable; -void FreeAtom(NodePtr patom); - Atom MakeAtom(const char *string, unsigned len, Bool makeit) { @@ -166,7 +164,7 @@ AtomError(void) FatalError("initializing atoms"); } -void +static void FreeAtom(NodePtr patom) { if (patom->left)