aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-17 16:03:11 +0000
committerlloyd <[email protected]>2008-04-17 16:03:11 +0000
commita2941106b36829e0b7187ca7d2a825175ced7fa4 (patch)
tree525d63e5400028afcbf727c2e97edb2b54c636de /include/util.h
parent9ea54fcb8b9172ce9a756a2ef1ade7138f7d6a34 (diff)
parent2ca8f36e3b41b751a9febcd0aa741ab532b7eb33 (diff)
propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7dad742375f7d9)
to branch 'net.randombit.botan.remove-libstate' (head faf75eec422a3eb6108748315724fb6ac217dede)
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/util.h b/include/util.h
index f3817cd7e..022026bc4 100644
--- a/include/util.h
+++ b/include/util.h
@@ -11,10 +11,9 @@
namespace Botan {
/*************************************************
-* Timer Access Functions *
+* Time Access Functions *
*************************************************/
u64bit system_time();
-u64bit system_clock();
/*************************************************
* Memory Locking Functions *