diff options
Diffstat (limited to 'src/lib/entropy/win32_stats/es_win32.cpp')
-rw-r--r-- | src/lib/entropy/win32_stats/es_win32.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/entropy/win32_stats/es_win32.cpp b/src/lib/entropy/win32_stats/es_win32.cpp index 52bb24136..909db093c 100644 --- a/src/lib/entropy/win32_stats/es_win32.cpp +++ b/src/lib/entropy/win32_stats/es_win32.cpp @@ -43,10 +43,6 @@ void Win32_EntropySource::poll(Entropy_Accumulator& accum) GetCaretPos(&point); accum.add(point, BOTAN_ENTROPY_ESTIMATE_SYSTEM_DATA); - LARGE_INTEGER perf_counter; - QueryPerformanceCounter(&perf_counter); - accum.add(perf_counter, BOTAN_ENTROPY_ESTIMATE_TIMESTAMPS); - /* Now use the Tooltip library to iterate throug various objects on the system, including processes, threads, and heap objects. |