Remove a redundant "public:". NFC.

llvm-svn: 215842
This commit is contained in:
Rafael Espindola 2014-08-17 18:33:17 +00:00
parent d47b1d76fd
commit d870878080
1 changed files with 0 additions and 1 deletions

View File

@ -322,7 +322,6 @@ public:
return v->isObject();
}
public:
static ErrorOr<std::unique_ptr<COFFObjectFile>>
createCOFFObjectFile(std::unique_ptr<MemoryBuffer> Object);