diff options
author | lloyd <[email protected]> | 2008-04-17 16:03:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-17 16:03:11 +0000 |
commit | a2941106b36829e0b7187ca7d2a825175ced7fa4 (patch) | |
tree | 525d63e5400028afcbf727c2e97edb2b54c636de /include/util.h | |
parent | 9ea54fcb8b9172ce9a756a2ef1ade7138f7d6a34 (diff) | |
parent | 2ca8f36e3b41b751a9febcd0aa741ab532b7eb33 (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.h | 3 |
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 * |