COFF: Remove useless "explicit".

llvm-svn: 240899
This commit is contained in:
Rui Ueyama 2015-06-28 02:00:33 +00:00
parent 50be6edfa6
commit b0a360bf15
1 changed files with 1 additions and 1 deletions

View File

@ -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;