Thanks, applied.
Regards,
Anthony Liguori
On 2012-12-29 23:20, Stefan Weil wrote:
> Commit 7f6f0ae5b95adfa76e10eabe2c34424a955fd10c added two assertions.
>
> One of these assertions is not needed:
> The pointer ts is never NULL because it is initialized with the
> address of an array element.
>
> Signed-off-by: Stefan Weil
Reviewed-by:
Commit 7f6f0ae5b95adfa76e10eabe2c34424a955fd10c added two assertions.
One of these assertions is not needed:
The pointer ts is never NULL because it is initialized with the
address of an array element.
Signed-off-by: Stefan Weil
---
tcg/tcg.c |1 -
1 file changed, 1 deletion(-)
diff --git