summaryrefslogtreecommitdiff
path: root/scripts/mock-noinline.py
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2020-06-16 09:39:12 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2020-06-26 15:36:40 +0100
commitd3475e71bcb397f721eb2a5906f9b015b516eab2 (patch)
tree6eef307d88006ea45d4e045b64c37f65be61860c /scripts/mock-noinline.py
parentd66181c84e8fc8471476ce607f7ad321392350c3 (diff)
downloadlibvirt-d3475e71bcb397f721eb2a5906f9b015b516eab2.tar.gz
scripts: remove use of the term 'whitelist' from build helpers
The term "permitted list" is a better choice for the filtering logic applied. Reviewed-by: Peter Krempa <pkrempa@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'scripts/mock-noinline.py')
-rw-r--r--scripts/mock-noinline.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mock-noinline.py b/scripts/mock-noinline.py
index 4fc60c0be3..a8b7680c11 100644
--- a/scripts/mock-noinline.py
+++ b/scripts/mock-noinline.py
@@ -23,7 +23,6 @@ noninlined = {}
mocked = {}
# Functions in public header don't get the noinline annotation
-# so whitelist them here
noninlined["virEventAddTimeout"] = True
# This one confuses the script as its defined in the mock file
# but is actually just a local helper