
12 Sep
2019
12 Sep
'19
2:44 p.m.
On 9/12/19 1:31 PM, Daniel P. Berrangé wrote:
Only a few of the _QUIET allocation macros are used. Since we're no longer reporting OOM as errors, we want to eliminate all the _QUIET variants. This starts with the easy, unused, cases.
Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/util/viralloc.h | 74 --------------------------------------------- 1 file changed, 74 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal