diff options
author | Antti Määttä <[email protected]> | 2023-01-17 08:11:47 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <[email protected]> | 2023-01-25 09:01:54 +0000 |
commit | 7280f5876b3f7145d218c70c22ad531a91437928 (patch) | |
tree | e2c66329ad50609ca66eae62845320120f5858c6 | |
parent | e69e111a39e423627b31e4deaabda87ca01ed918 (diff) |
CTF: Remove irrelevant comment
Remove comment about lttng not relevant to ctf backend.
Change-Id: I4d4432b1075a27d024db38a3cdd7807a1e94e7ec
Reviewed-by: Tomi Korpipää <[email protected]>
(cherry picked from commit 86398b477bd38d35a411b4439f9da59c10f30eef)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
-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 f7f2b399a0b..22bff89d478 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" |