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>bb10
parent
63f9da73b5
commit
86398b477b
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue