Loading...
cache_builder/Timer.h dyld-1340 dyld-1122.1
--- dyld/dyld-1340/cache_builder/Timer.h
+++ dyld/dyld-1122.1/cache_builder/Timer.h
@@ -102,11 +102,9 @@
 
     void log(const char* format, ...)  const __attribute__((format(printf, 2, 3)));
 
-    bool printTimers            = false;
-    bool printStats             = false;
-    bool printDebug             = false;
-    bool printDebugIMPCaches    = false;
-    bool printDebugCacheLayout  = false;
+    bool printTimers    = false;
+    bool printStats     = false;
+    bool printDebug     = false;
 
 private:
     std::string logPrefix;