From b0a360bf153d7c7dcbd572cf939a2cdbed621949 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sun, 28 Jun 2015 02:00:33 +0000 Subject: COFF: Remove useless "explicit". llvm-svn: 240899 --- lld/COFF/InputFiles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lld/COFF') diff --git a/lld/COFF/InputFiles.h b/lld/COFF/InputFiles.h index 7a1ef56ec025..12e4f79bde0c 100644 --- a/lld/COFF/InputFiles.h +++ b/lld/COFF/InputFiles.h @@ -58,7 +58,7 @@ public: StringRef getDirectives() { return StringRef(Directives).trim(); } protected: - explicit InputFile(Kind K, MemoryBufferRef M) : MB(M), FileKind(K) {} + InputFile(Kind K, MemoryBufferRef M) : MB(M), FileKind(K) {} MemoryBufferRef MB; std::string Directives; -- cgit v1.2.3