summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Adkins <jesserayadkins@gmail.com>2010-08-04 09:21:33 +0000
committerMatt Turner <mattst88@gmail.com>2010-08-27 19:05:43 -0400
commitea239112b030588ed3cdd113643ba5f6207a5bd9 (patch)
tree1ef3c1ab3c300e3f7e90954f9970fa5bc59e908c
parentb25fb9fe998209e79b6917d12d5765c5f6719a7e (diff)
xfree86: Purge parsePrologueVoid.
This was included in the original commit, and then never used. Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--hw/xfree86/parser/Configint.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xfree86/parser/Configint.h b/hw/xfree86/parser/Configint.h
index c88ff46d7..82d7de4c4 100644
--- a/hw/xfree86/parser/Configint.h
+++ b/hw/xfree86/parser/Configint.h
@@ -98,9 +98,6 @@ LexRec, *LexPtr;
#define parsePrologue(typeptr,typerec) typeptr ptr; \
if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return NULL; }
-#define parsePrologueVoid(typeptr,typerec) int token; typeptr ptr; \
-if( (ptr=calloc(1,sizeof(typerec))) == NULL ) { return; }
-
#define HANDLE_RETURN(f,func)\
if ((ptr->f=func) == NULL)\
{\