The unified diff between revisions [2fac918f..] and [4e40e885..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'modules/es_unix/es_unix.cpp'

#
#
# patch "modules/es_unix/es_unix.cpp"
#  from [3495698920d874c5adbd331f340f9eee5f5aeb57]
#    to [aff0f9506f4d6069ba3f17cef22f93e75262abd3]
#
============================================================
--- modules/es_unix/es_unix.cpp	3495698920d874c5adbd331f340f9eee5f5aeb57
+++ modules/es_unix/es_unix.cpp	aff0f9506f4d6069ba3f17cef22f93e75262abd3
@@ -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);