Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
proteas
llvm-project
Commits
f8ddcb41
Commit
f8ddcb41
authored
Jan 23, 2022
by
Kazu Hirata
Browse files
[Object] Remove a redundant return statement (NFC)
Identified with readability-redundant-control-flow.
parent
abb0ed44
Changes
1
Hide whitespace changes
Inline
Side-by-side
llvm/lib/Object/Archive.cpp
View file @
f8ddcb41
...
...
@@ -1174,5 +1174,4 @@ BigArchive::BigArchive(MemoryBufferRef Source, Error &Err)
}
setFirstRegular
(
*
I
);
Err
=
Error
::
success
();
return
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment