engines/sg: Removing useless variable assignment
authorErwan Velu <erwanaliasr1@gmail.com>
Wed, 8 Sep 2021 20:43:39 +0000 (22:43 +0200)
committerErwan Velu <erwanaliasr1@gmail.com>
Wed, 8 Sep 2021 21:30:48 +0000 (23:30 +0200)
commit691df596922c1e74f74e769269254e0a091ffdc2
tree9dff7a72968809e1aa05798b84f08a8ef28d1a9b
parent824d8186d4fff69e95163cb3272246e03d4213fa
engines/sg: Removing useless variable assignment

ret is set to -1 but the break statement will not use this value.

So let's remove this useless assignment which could be confusing.

Signed-off-by: Erwan Velu <erwanaliasr1@gmail.com>
engines/sg.c