[llvm-commits] CVS: llvm/runtime/libprofile/CommonProfiling.c
Reid Spencer
reid at x10sys.com
Thu Nov 2 17:58:45 PST 2006
Changes in directory llvm/runtime/libprofile:
CommonProfiling.c updated: 1.7 -> 1.8
---
Log message:
Remove unused variable.
---
Diffs of the changes: (+0 -1)
CommonProfiling.c | 1 -
1 files changed, 1 deletion(-)
Index: llvm/runtime/libprofile/CommonProfiling.c
diff -u llvm/runtime/libprofile/CommonProfiling.c:1.7 llvm/runtime/libprofile/CommonProfiling.c:1.8
--- llvm/runtime/libprofile/CommonProfiling.c:1.7 Tue May 4 11:51:47 2004
+++ llvm/runtime/libprofile/CommonProfiling.c Thu Nov 2 19:58:30 2006
@@ -88,7 +88,6 @@
* appending, creating it if it does not already exist.
*/
if (OutFile == -1) {
- off_t Offset;
OutFile = open(OutputFilename, O_CREAT | O_WRONLY | O_APPEND, 0666);
if (OutFile == -1) {
fprintf(stderr, "LLVM profiling runtime: while opening '%s': ",
More information about the llvm-commits
mailing list