From 7280f5876b3f7145d218c70c22ad531a91437928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20M=C3=A4=C3=A4tt=C3=A4?= Date: Tue, 17 Jan 2023 08:11:47 +0200 Subject: [PATCH] CTF: Remove irrelevant comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove comment about lttng not relevant to ctf backend. Change-Id: I4d4432b1075a27d024db38a3cdd7807a1e94e7ec Reviewed-by: Tomi Korpipää (cherry picked from commit 86398b477bd38d35a411b4439f9da59c10f30eef) Reviewed-by: Qt Cherry-pick Bot --- src/tools/tracegen/ctf.cpp | 1 - 1 file changed, 1 deletion(-) 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"