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>
This commit is contained in:
Antti Määttä 2023-01-17 08:11:47 +02:00
parent 63f9da73b5
commit 86398b477b

View File

@ -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"