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:
parent
aef4927a70
commit
aba74ddba2
1 changed files with 0 additions and 2 deletions
|
@ -38,7 +38,6 @@ extern bool treesource_error;
|
|||
%union {
|
||||
char *propnodename;
|
||||
char *labelref;
|
||||
unsigned int cbase;
|
||||
uint8_t byte;
|
||||
struct data data;
|
||||
|
||||
|
@ -64,7 +63,6 @@ extern bool treesource_error;
|
|||
%token <propnodename> DT_PROPNODENAME
|
||||
%token <integer> DT_LITERAL
|
||||
%token <integer> DT_CHAR_LITERAL
|
||||
%token <cbase> DT_BASE
|
||||
%token <byte> DT_BYTE
|
||||
%token <data> DT_STRING
|
||||
%token <labelref> DT_LABEL
|
||||
|
|
Loading…
Reference in a new issue