diff options
Diffstat (limited to 'llvm/lib/Support/Signposts.cpp')
-rw-r--r-- | llvm/lib/Support/Signposts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Signposts.cpp b/llvm/lib/Support/Signposts.cpp index c85bab4..80ef7d1 100644 --- a/llvm/lib/Support/Signposts.cpp +++ b/llvm/lib/Support/Signposts.cpp @@ -59,7 +59,7 @@ class SignpostEmitterImpl { } public: - SignpostEmitterImpl() : SignpostLog(LogCreator(), LogDeleter), Signposts() {} + SignpostEmitterImpl() : SignpostLog(LogCreator(), LogDeleter) {} bool isEnabled() const { if (SIGNPOSTS_AVAILABLE()) |