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