Re: [Xen-devel] [PATCH 1/6] xen-netfront: remove unused variable `extra'
From: David Vrabel <hidden>
Date: 2013-03-25 14:21:25
From: David Vrabel <hidden>
Date: 2013-03-25 14:21:25
On 25/03/13 11:08, Wei Liu wrote:
This variable is supposed to hold reference to the last extra_info in the loop. However there is only type of extra info here and the loop to process extra info is missing, so this variable is never used and causes confusion. Remove it at the moment. We can add it back when necessary. Signed-off-by: Wei Liu <redacted>
Obviously correct. Reviewed-by: David Vrabel <redacted> David