[PATCH] remove unsed field for EXPR_GENERIC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The field 'result' have been committed by inadvertence in the
initial commit. Remove it now.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx>
---
 expression.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/expression.h b/expression.h
index 07fe8502e15e..3e9e9d852c27 100644
--- a/expression.h
+++ b/expression.h
@@ -261,7 +261,6 @@ struct expression {
 			struct expression *control;
 			struct expression *def;
 			struct type_expression *map;
-			struct expression *result;
 		};
 	};
 };
-- 
2.27.0




[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux