aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-02-24 23:41:12 -1000
committerRichard Henderson <richard.henderson@linaro.org>2023-03-05 13:44:08 -0800
commit29c87a281e816310257ae2f0617f147860fe7e82 (patch)
tree0cab6397669d85ef134989699e9bb022617b8907 /meson.build
parentd136788f76fd0eb9c9742835618177f338696a07 (diff)
downloadqemu-29c87a281e816310257ae2f0617f147860fe7e82.zip
qemu-29c87a281e816310257ae2f0617f147860fe7e82.tar.gz
qemu-29c87a281e816310257ae2f0617f147860fe7e82.tar.bz2
tracing: remove transform.py
This file, and a couple of uses, got left behind when the tcg stuff was removed from tracetool. Fixes: 126d4123c50a ("tracing: excise the tcg related from tracetool") Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e533d6c..6bcab8b 100644
--- a/meson.build
+++ b/meson.build
@@ -2861,7 +2861,6 @@ tracetool_depends = files(
'scripts/tracetool/format/log_stap.py',
'scripts/tracetool/format/stap.py',
'scripts/tracetool/__init__.py',
- 'scripts/tracetool/transform.py',
'scripts/tracetool/vcpu.py'
)