OSDN Git Service

libqtest: Inline g_assert_no_errno()
authorMarkus Armbruster <armbru@redhat.com>
Wed, 26 Sep 2018 12:29:33 +0000 (14:29 +0200)
committerMarkus Armbruster <armbru@redhat.com>
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 <armbru@redhat.com>
Message-Id: <20180926122933.3858-1-armbru@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
tests/libqtest.c