Markus Armbruster 0fb6395c0c Use error_is_set() only when necessary (again)
error_is_set(&var) is the same as var != NULL, but it takes
whole-program analysis to figure that out.  Unnecessarily hard for
optimizers, static checkers, and human readers.  Commit 84d18f0 dumbed
it down to obvious, but a few more have crept in since, and
documentation was overlooked.  Dumb these down, too.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-04-25 18:05:06 +02:00
..
2014-03-31 22:36:17 +02:00
2014-02-14 21:07:13 +01:00
2014-04-07 18:33:22 +02:00
2014-03-31 22:35:03 +02:00
2014-03-13 01:21:45 +01:00
2014-03-31 22:35:50 +02:00
2014-03-13 01:21:56 +01:00
2014-03-13 01:21:56 +01:00