From 28f916dd124faa7ada7ec61a060a3e4f270be573 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Sun, 6 Mar 2016 04:56:55 +0000 Subject: cleanup: remove dead preprocessing branch /nfc git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262792 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/profile/InstrProfilingUtil.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/profile/InstrProfilingUtil.c') 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 -#elif I386_FREEBSD -int mkdir(const char*, unsigned short); #else #include #include -- cgit v1.2.3