On Thu, Aug 29, 2019 at 07:02:46PM +0100, 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.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/util/viralloc.h | 74 ---------------------------------------------
1 file changed, 74 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano