[compiler-rt] r262792 - cleanup: remove dead preprocessing branch /nfc
Xinliang David Li via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 5 20:56:55 PST 2016
Author: davidxl
Date: Sat Mar 5 22:56:55 2016
New Revision: 262792
URL: http://llvm.org/viewvc/llvm-project?rev=262792&view=rev
Log:
cleanup: remove dead preprocessing branch /nfc
Modified:
compiler-rt/trunk/lib/profile/InstrProfilingUtil.c
Modified: compiler-rt/trunk/lib/profile/InstrProfilingUtil.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfilingUtil.c?rev=262792&r1=262791&r2=262792&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfilingUtil.c (original)
+++ compiler-rt/trunk/lib/profile/InstrProfilingUtil.c Sat Mar 5 22:56:55 2016
@@ -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>
More information about the llvm-commits
mailing list