Remove blank return at the end of a function returning void.

llvm-svn: 195279
This commit is contained in:
Rui Ueyama 2013-11-20 23:12:03 +00:00
parent 1f92b7f7c4
commit 56215d84dc
1 changed files with 0 additions and 1 deletions

View File

@ -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