forked from OSchip/llvm-project
'unlink' file directly instead of invoking system shell.
llvm-svn: 78026
This commit is contained in:
parent
f45dee3ad2
commit
90fc8a492e
|
@ -283,7 +283,7 @@ sub Analyze {
|
|||
}
|
||||
}
|
||||
|
||||
`rm -f $ofile`;
|
||||
unlink($ofile);
|
||||
}
|
||||
|
||||
##----------------------------------------------------------------------------##
|
||||
|
|
Loading…
Reference in New Issue