don't repeat variable/function names in comments; NFC
[oota-llvm.git] / test / lit.cfg
index 36b4c70440831f3c072ef489be93bd21291b2b20..5cc4d6e0456100b5dfc30ac29ed1d9e0c4eeaae6 100644 (file)
@@ -459,10 +459,6 @@ if platform.system() in ['Windows'] and re.match(r'.*-win32$', config.target_tri
 if not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple):
     config.available_features.add('debug_frame')
 
-# Check if we are embedding timestamps.
-if config.enable_timestamps == '1':
-    config.available_features.add('timestamps')
-
 # Check if we should use gmalloc.
 use_gmalloc_str = lit_config.params.get('use_gmalloc', None)
 if use_gmalloc_str is not None: