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/pointer.c | |
| parent | 47e8972427c152891c4c6c4b458f78cd7ceb8aee (diff) | |
Fully clean up siphash code and fix some issues
Diffstat (limited to 'builtins/pointer.c')
| -rw-r--r-- | builtins/pointer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/pointer.c b/builtins/pointer.c index bd18a1e4..66cd308a 100644 --- a/builtins/pointer.c +++ b/builtins/pointer.c @@ -9,7 +9,6 @@ #include <sys/param.h> #include "functions.h" -#include "halfsiphash.h" #include "text.h" #include "types.h" #include "util.h" |
