summaryrefslogtreecommitdiff
path: root/src/internal.h
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2020-01-09 10:39:55 +0000
committerDaniel P. Berrangé <berrange@redhat.com>2020-01-17 10:02:01 +0000
commitfa434739a0fff3c642233cdca6ad00e9e89cbe61 (patch)
tree040b238ec984ae7cb5029de374d0e81f54fcdb36 /src/internal.h
parent7b9645a7d127a374b8d1c83fdf9789706dbab2c9 (diff)
downloadlibvirt-fa434739a0fff3c642233cdca6ad00e9e89cbe61.tar.gz
src: replace verify(expr) with G_STATIC_ASSERT(expr)
G_STATIC_ASSERT() is a drop-in functional equivalent of the GNULIB verify() macro. Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'src/internal.h')
-rw-r--r--src/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal.h b/src/internal.h
index e356db6c78..4b0286e237 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -22,7 +22,6 @@
#include <errno.h>
#include <limits.h>
-#include <verify.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>