about summary refs log tree commit diff homepage
path: root/lib/Core/Executor.h
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2021-03-20 22:23:40 +0000
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2021-04-20 11:42:23 +0100
commitabdb0b650b8fce419dc5695e037557708f374021 (patch)
tree6b4b6f2f99a5ef34cfcc8a5d082aa7e962cc17a7 /lib/Core/Executor.h
parente2cb581253b18b50d6526cc4a28ee7ff933a29bf (diff)
downloadklee-abdb0b650b8fce419dc5695e037557708f374021.tar.gz
Replaced the time-based delay after which the max-static-*-pct checks are performed with one expressed in terms of number of forks.
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r--lib/Core/Executor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h
index db8e508c..ae960731 100644
--- a/lib/Core/Executor.h
+++ b/lib/Core/Executor.h
@@ -205,9 +205,6 @@ private:
   /// Maximum time to allow for a single instruction.
   time::Span maxInstructionTime;
 
-  /// Time after which the --max-static-*-pct checks are enforced
-  time::Span maxStaticPctCheckDelay;
-
   /// Assumes ownership of the created array objects
   ArrayCache arrayCache;