diff options
Diffstat (limited to 'src/tools/tracegen/ctf.cpp')
-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" |