aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-12 17:33:18 +0000
committerlloyd <[email protected]>2008-04-12 17:33:18 +0000
commite9590a1054722891b7d99a42fe2c81a5911e6c75 (patch)
tree84aec57b0625c49e56f095c034d485e1cb219ab3 /modules
parent63940629afb21e4cbfcbdddb2933fe79e4bef3c3 (diff)
parentf15ca39257de8983babb95f7f5d589a4e555a864 (diff)
propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a130ea02bc923a)
to branch 'net.randombit.botan.remove-libstate' (head f640991b6e433a264f5d22a08338cfc9c24c82da)
Diffstat (limited to 'modules')
-rw-r--r--modules/es_unix/es_unix.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/es_unix/es_unix.cpp b/modules/es_unix/es_unix.cpp
index 466c0accb..b22d9dd5c 100644
--- a/modules/es_unix/es_unix.cpp
+++ b/modules/es_unix/es_unix.cpp
@@ -90,8 +90,6 @@ void Unix_EntropySource::do_slow_poll()
u32bit got = 0;
for(u32bit j = 0; j != sources.size(); j++)
{
- add_timestamp();
-
DataSource_Command pipe(sources[j].name_and_args, PATH);
SecureVector<byte> buffer(DEFAULT_BUFFERSIZE);