forked from OSchip/llvm-project
[llvm-objcopy] [COFF] Remove a superfluous namespace qualification. NFC.
llvm-svn: 351658
This commit is contained in:
parent
f11509ab11
commit
1004242a3e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue