From aba74ddba233e6c4b8e15714a3bde736cceb8b2d Mon Sep 17 00:00:00 2001 From: David Gibson Date: Sat, 15 Feb 2014 19:47:23 +1100 Subject: [PATCH] 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 --- dtc-parser.y | 2 -- 1 file changed, 2 deletions(-) diff --git a/dtc-parser.y b/dtc-parser.y index 42c4d75..ea57e0a 100644 --- a/dtc-parser.y +++ b/dtc-parser.y @@ -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 DT_PROPNODENAME %token DT_LITERAL %token DT_CHAR_LITERAL -%token DT_BASE %token DT_BYTE %token DT_STRING %token DT_LABEL