[llvm-objcopy] [COFF] Remove a superfluous namespace qualification. NFC.

llvm-svn: 351658
This commit is contained in:
Martin Storsjo 2019-01-19 19:42:23 +00:00
parent f11509ab11
commit 1004242a3e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ static Error handleArgs(const CopyConfig &Config, Object &Obj) {
}
void executeObjcopyOnBinary(const CopyConfig &Config,
object::COFFObjectFile &In, Buffer &Out) {
COFFObjectFile &In, Buffer &Out) {
COFFReader Reader(In);
Expected<std::unique_ptr<Object>> ObjOrErr = Reader.create();
if (!ObjOrErr)