summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile/InstrProfilingUtil.h')
-rw-r--r--lib/profile/InstrProfilingUtil.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/profile/InstrProfilingUtil.h b/lib/profile/InstrProfilingUtil.h
index 2f2ea1b87..969859960 100644
--- a/lib/profile/InstrProfilingUtil.h
+++ b/lib/profile/InstrProfilingUtil.h
@@ -16,9 +16,6 @@
/*! \brief Create a directory tree. */
void __llvm_profile_recursive_mkdir(char *Pathname);
-int lprofLockFd(int fd);
-int lprofUnlockFd(int fd);
-
/*! Open file \c Filename for read+write with write
* lock for exclusive access. The caller will block
* if the lock is already held by another process. */