diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 16:23:05 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-05 16:23:05 -0400 |
| commit | bac14fa6c79b6abea50fd5f188799ae8e83cb20d (patch) | |
| tree | 416a7b9ff39075ab33fb93ab4e86003df4d25aca /builtins/thread.c | |
| parent | 47e8972427c152891c4c6c4b458f78cd7ceb8aee (diff) | |
Fully clean up siphash code and fix some issues
Diffstat (limited to 'builtins/thread.c')
| -rw-r--r-- | builtins/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/thread.c b/builtins/thread.c index 4f422e5d..b9193787 100644 --- a/builtins/thread.c +++ b/builtins/thread.c @@ -12,7 +12,6 @@ #include "array.h" #include "functions.h" -#include "halfsiphash.h" #include "text.h" #include "types.h" #include "util.h" |
