summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingFile.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2017-06-27 22:42:24 +0000
committerXinliang David Li <davidxl@google.com>2017-06-27 22:42:24 +0000
commita8a922c4f3636a58856848406755786e69c6d7a5 (patch)
tree047907f1b8a86d893eb59563ed501d9c7467f7c7 /lib/profile/InstrProfilingFile.c
parentb24f89116ba057e006bcfa9307544f70fd23af26 (diff)
[Profile] Remove redundant call
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@306480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfilingFile.c')
-rw-r--r--lib/profile/InstrProfilingFile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/profile/InstrProfilingFile.c b/lib/profile/InstrProfilingFile.c
index 75262109c..f99f86d89 100644
--- a/lib/profile/InstrProfilingFile.c
+++ b/lib/profile/InstrProfilingFile.c
@@ -218,7 +218,6 @@ static FILE *openFileForMerging(const char *ProfileFileName) {
fclose(ProfileFile);
return NULL;
}
- fseek(ProfileFile, 0L, SEEK_SET);
return ProfileFile;
}