diff --git a/llvm/lib/Support/Signposts.cpp b/llvm/lib/Support/Signposts.cpp --- a/llvm/lib/Support/Signposts.cpp +++ b/llvm/lib/Support/Signposts.cpp @@ -59,7 +59,7 @@ } public: - SignpostEmitterImpl() : SignpostLog(LogCreator(), LogDeleter), Signposts() {} + SignpostEmitterImpl() : SignpostLog(LogCreator(), LogDeleter) {} bool isEnabled() const { if (SIGNPOSTS_AVAILABLE())