diff options
author | Antti Määttä <antti.maatta@qt.io> | 2023-01-17 08:11:47 +0200 |
---|---|---|
committer | Antti Määttä <antti.maatta@qt.io> | 2023-01-23 17:39:16 +0200 |
commit | 86398b477bd38d35a411b4439f9da59c10f30eef (patch) | |
tree | b2383cc977416b8115296afcd6a980c7f23b788a /src/tools/tracegen/ctf.cpp | |
parent | 63f9da73b50359c28ac770a1487562910906eb91 (diff) | |
download | qtbase-86398b477bd38d35a411b4439f9da59c10f30eef.tar.gz |
CTF: Remove irrelevant comment
Remove comment about lttng not relevant to ctf backend.
Pick-to: 6.5
Change-Id: I4d4432b1075a27d024db38a3cdd7807a1e94e7ec
Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/tools/tracegen/ctf.cpp')
-rw-r--r-- | src/tools/tracegen/ctf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tracegen/ctf.cpp b/src/tools/tracegen/ctf.cpp index f7f2b399a0..22bff89d47 100644 --- a/src/tools/tracegen/ctf.cpp +++ b/src/tools/tracegen/ctf.cpp @@ -61,7 +61,6 @@ static void writeWrapper(QTextStream &stream, const QString includeGuard = QStringLiteral("TP_%1_%2").arg(provider.name).arg(name).toUpper(); /* prevents the redefinion of the inline wrapper functions - * once LTTNG recursively includes this header file */ stream << "\n" << "#ifndef " << includeGuard << "\n" |