From 104ce0e4a65a7fde319ec7630c94252bd8289ce2 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Fri, 30 Sep 2016 19:59:58 +0000 Subject: [PATCH] GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME llvm-svn: 282917 --- llvm/include/llvm/Config/config.h.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index b9c2ccb4..bac98dd 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -487,12 +487,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to 1 if you can safely include both and . */ -#undef TIME_WITH_SYS_TIME - -/* Define to 1 if your declares `struct tm'. */ -#undef TM_IN_SYS_TIME - /* Define to `int' if does not define. */ #undef pid_t -- 2.7.4