about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2015-04-02 17:10:02 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2015-04-02 17:10:02 +0100
commite89cd9b7933fb88138d29edc61eeb5718a318f99 (patch)
tree75c4c2ce40bb06db1abf111e06376ac1bebe56e2 /include
parentac7e300a6be1c8ce347f62a35aef7a2dd0ed7df8 (diff)
downloadklee-e89cd9b7933fb88138d29edc61eeb5718a318f99.tar.gz
Revert "[include] Added documentation" to avoid a conflict with a pending pull request.
This reverts commit badffc570e1be6b675dcab7e21829bd029c46287.
Diffstat (limited to 'include')
-rw-r--r--include/klee/Internal/System/Time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/klee/Internal/System/Time.h b/include/klee/Internal/System/Time.h
index a926a25c..5229c8c9 100644
--- a/include/klee/Internal/System/Time.h
+++ b/include/klee/Internal/System/Time.h
@@ -12,9 +12,7 @@
 
 namespace klee {
   namespace util {
-    // Returns the current time spent by the process in userland in seconds
     double getUserTime();
-    // Returns the current wall time in seconds
     double getWallTime();
   }
 }