CTF: Remove irrelevant comment
Remove comment about lttng not relevant to ctf backend. Change-Id: I4d4432b1075a27d024db38a3cdd7807a1e94e7ec Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> (cherry picked from commit 86398b477bd38d35a411b4439f9da59c10f30eef) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
e69e111a39
commit
7280f5876b
@ -61,7 +61,6 @@ static void writeWrapper(QTextStream &stream,
|
|||||||
const QString includeGuard = QStringLiteral("TP_%1_%2").arg(provider.name).arg(name).toUpper();
|
const QString includeGuard = QStringLiteral("TP_%1_%2").arg(provider.name).arg(name).toUpper();
|
||||||
|
|
||||||
/* prevents the redefinion of the inline wrapper functions
|
/* prevents the redefinion of the inline wrapper functions
|
||||||
* once LTTNG recursively includes this header file
|
|
||||||
*/
|
*/
|
||||||
stream << "\n"
|
stream << "\n"
|
||||||
<< "#ifndef " << includeGuard << "\n"
|
<< "#ifndef " << includeGuard << "\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user