mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
Minor code cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30967a54f4
commit
232885873f
@ -282,10 +282,9 @@ void cl::ParseEnvironmentOptions(const char *progName, const char *envVar,
|
||||
|
||||
// Free all the strdup()ed strings.
|
||||
for (std::vector<char*>::iterator i = newArgv.begin(), e = newArgv.end();
|
||||
i != e; ++i) {
|
||||
i != e; ++i)
|
||||
free (*i);
|
||||
}
|
||||
}
|
||||
|
||||
/// LookupOption - Lookup the option specified by the specified option on the
|
||||
/// command line. If there is a value specified (after an equal sign) return
|
||||
|
Loading…
Reference in New Issue
Block a user