Skip to content

Commit

Permalink
This function is in fact used outside the internal timer config
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Nov 8, 2024
1 parent d23e820 commit aaa8575
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions third_party/jitterentropy/arch/jitterentropy-base-windows.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ typedef uint64_t ssize_t;
#include <windows.h>
#endif

#if defined(JENT_CONF_ENABLE_INTERNAL_TIMER)
static void jent_get_nstime(uint64_t *out)
{
#if defined(_M_ARM) || defined(_M_ARM64)
Expand All @@ -79,7 +78,6 @@ static void jent_get_nstime(uint64_t *out)

#endif
}
#endif

static inline void *jent_zalloc(size_t len)
{
Expand Down

0 comments on commit aaa8575

Please sign in to comment.