summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/parse/parse_c/lexerc.h
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-17 22:21:42 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-17 22:21:42 +0000
commit636e360eea3a0faadd669a409b76fae372c6c38b (patch)
tree19efa4ed475df669bbbbfac8c69a76415d1a8030 /bitbake/lib/bb/parse/parse_c/lexerc.h
parent688eca78c088dc45957dde6cc74204f5ac83e5ca (diff)
downloadopenembedded-core-636e360eea3a0faadd669a409b76fae372c6c38b.tar.gz
openembedded-core-636e360eea3a0faadd669a409b76fae372c6c38b.tar.bz2
openembedded-core-636e360eea3a0faadd669a409b76fae372c6c38b.tar.xz
openembedded-core-636e360eea3a0faadd669a409b76fae372c6c38b.zip
Remove broken c based parser code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3192 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib/bb/parse/parse_c/lexerc.h')
-rw-r--r--bitbake/lib/bb/parse/parse_c/lexerc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/bitbake/lib/bb/parse/parse_c/lexerc.h b/bitbake/lib/bb/parse/parse_c/lexerc.h
deleted file mode 100644
index c8a19fb22..000000000
--- a/bitbake/lib/bb/parse/parse_c/lexerc.h
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#ifndef LEXERC_H
-#define LEXERC_H
-
-#include <stdio.h>
-
-extern int lineError;
-extern int errorParse;
-
-typedef struct {
- void *parser;
- void *scanner;
- FILE *file;
- char *name;
- PyObject *data;
- int config;
-} lex_t;
-
-#endif