Index: src/AST/Convert.cpp
===================================================================
--- src/AST/Convert.cpp	(revision f2ff0a6c85d80b8cad7c70285ea4d2df2de55cf6)
+++ src/AST/Convert.cpp	(revision 271a5d3f2973ea004bdf84109ba973738c2bae8a)
@@ -1621,5 +1621,4 @@
 			{ old->get_funcSpec().val }
 		);
-		decl->enumInLine = old->enumInLine;
 		cache.emplace(old, decl);
 		assert(cache.find( old ) != cache.end());
Index: src/AST/Decl.hpp
===================================================================
--- src/AST/Decl.hpp	(revision f2ff0a6c85d80b8cad7c70285ea4d2df2de55cf6)
+++ src/AST/Decl.hpp	(revision 271a5d3f2973ea004bdf84109ba973738c2bae8a)
@@ -105,7 +105,4 @@
 	ptr<Init> init;
 	ptr<Expr> bitfieldWidth;
-	bool enumInLine = false; // enum inline is not a real object declaration. 
-	// It is a place holder for a set of enum value (ObjectDecl)
-	bool importValue = false; // if the value copied from somewhere else
 
 	ObjectDecl( const CodeLocation & loc, const std::string & name, const Type * type,
