forked from OSchip/llvm-project
Remove blank return at the end of a function returning void.
llvm-svn: 195279
This commit is contained in:
parent
1f92b7f7c4
commit
56215d84dc
|
@ -128,7 +128,6 @@ public:
|
|||
(_files[0]->kind() == File::kindSharedLibrary))
|
||||
_nextFileIndex = 0;
|
||||
setResolveState(Resolver::StateNoChange);
|
||||
return;
|
||||
}
|
||||
|
||||
/// \brief Return the file that has to be processed by the resolver
|
||||
|
|
Loading…
Reference in New Issue