mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
There are only two users of the `cleanup` label, so let's replace the goto statements with the label code. This makes the code easier to read. Especially since another label will be introduced in the next commit. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>