linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove unsed field for EXPR_GENERIC
@ 2020-07-25 20:56 Luc Van Oostenryck
  0 siblings, 0 replies; only message in thread
From: Luc Van Oostenryck @ 2020-07-25 20:56 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

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

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-25 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25 20:56 [PATCH] remove unsed field for EXPR_GENERIC Luc Van Oostenryck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).