]> Git Repo - qemu.git/commit
libqtest: Inline g_assert_no_errno()
authorMarkus Armbruster <[email protected]>
Wed, 26 Sep 2018 12:29:33 +0000 (14:29 +0200)
committerMarkus Armbruster <[email protected]>
Wed, 10 Oct 2018 06:00:37 +0000 (08:00 +0200)
commit70b1105930e71813a22f40e4139adcc5d540a5f0
tree77e0487a09f16eeb4884bde2e7ecb261f7d638ed
parent992159c79fa894b53640d66affcfde5a4799c446
libqtest: Inline g_assert_no_errno()

Macro g_assert_no_errno() intrudes into GLib's namespace.  It's also
pretty pointless.  Inline.

At one call site, its redundancy is now obvious.  Delete it there.

Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <20180926122933[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
tests/libqtest.c
This page took 0.019628 seconds and 4 git commands to generate.