From 2646e08b682973a63b3afddd7b18109c098421dd Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 24 Dec 2015 21:20:56 -0800
Subject: Removed obsolete TIMER macro.

---
 src/CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'src')

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 814591e..02918f5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -165,10 +165,6 @@ if(MSVC)
   set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /TP")
 endif()
 
-if($ENV{TIMER})
-  set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DTIMER=1")
-endif($ENV{TIMER})
-
 if(CMAKE_BUILD_TYPE STREQUAL "Ubsan")
   set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=undefined")
 endif()
-- 
cgit v1.2.3