mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Remove unused variable.
llvm-svn: 31404
This commit is contained in:
parent
da581ac715
commit
f036c59ca0
@ -88,7 +88,6 @@ void write_profiling_data(enum ProfilingType PT, unsigned *Start,
|
|||||||
* appending, creating it if it does not already exist.
|
* appending, creating it if it does not already exist.
|
||||||
*/
|
*/
|
||||||
if (OutFile == -1) {
|
if (OutFile == -1) {
|
||||||
off_t Offset;
|
|
||||||
OutFile = open(OutputFilename, O_CREAT | O_WRONLY | O_APPEND, 0666);
|
OutFile = open(OutputFilename, O_CREAT | O_WRONLY | O_APPEND, 0666);
|
||||||
if (OutFile == -1) {
|
if (OutFile == -1) {
|
||||||
fprintf(stderr, "LLVM profiling runtime: while opening '%s': ",
|
fprintf(stderr, "LLVM profiling runtime: while opening '%s': ",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user