summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingUtil.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-03-06 04:56:55 +0000
committerXinliang David Li <davidxl@google.com>2016-03-06 04:56:55 +0000
commit28f916dd124faa7ada7ec61a060a3e4f270be573 (patch)
tree978536e4887504ed298eac9f52265e9facef3db2 /lib/profile/InstrProfilingUtil.c
parent50ca178d9d8de2af9bf99a12e21243efd5887a00 (diff)
cleanup: remove dead preprocessing branch /nfc
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfilingUtil.c')
-rw-r--r--lib/profile/InstrProfilingUtil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/profile/InstrProfilingUtil.c b/lib/profile/InstrProfilingUtil.c
index d51d9f02e..535998433 100644
--- a/lib/profile/InstrProfilingUtil.c
+++ b/lib/profile/InstrProfilingUtil.c
@@ -12,8 +12,6 @@
#ifdef _WIN32
#include <direct.h>
-#elif I386_FREEBSD
-int mkdir(const char*, unsigned short);
#else
#include <sys/stat.h>
#include <sys/types.h>