Remove references to unused DT_BASE token

Also remove the cbase bison union member that was only used for it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2014-02-15 19:47:23 +11:00
parent aef4927a70
commit aba74ddba2

View file

@ -38,7 +38,6 @@ extern bool treesource_error;
%union { %union {
char *propnodename; char *propnodename;
char *labelref; char *labelref;
unsigned int cbase;
uint8_t byte; uint8_t byte;
struct data data; struct data data;
@ -64,7 +63,6 @@ extern bool treesource_error;
%token <propnodename> DT_PROPNODENAME %token <propnodename> DT_PROPNODENAME
%token <integer> DT_LITERAL %token <integer> DT_LITERAL
%token <integer> DT_CHAR_LITERAL %token <integer> DT_CHAR_LITERAL
%token <cbase> DT_BASE
%token <byte> DT_BYTE %token <byte> DT_BYTE
%token <data> DT_STRING %token <data> DT_STRING
%token <labelref> DT_LABEL %token <labelref> DT_LABEL