mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 18:48:13 +00:00
remove unused var
llvm-svn: 60770
This commit is contained in:
parent
275e6da839
commit
360aae23b1
@ -394,8 +394,6 @@ void cl::ParseCommandLineOptions(int argc, char **argv,
|
||||
argc = static_cast<int>(newArgv.size());
|
||||
}
|
||||
|
||||
sys::Path progname(argv[0]);
|
||||
|
||||
// Copy the program name into ProgName, making sure not to overflow it.
|
||||
std::string ProgName = sys::Path(argv[0]).getLast();
|
||||
if (ProgName.size() > 79) ProgName.resize(79);
|
||||
|
Loading…
Reference in New Issue
Block a user