1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

thirdparty: remove unused dependecy wyhash (#10038)

\
This commit is contained in:
Enzo
2021-05-08 13:36:52 +02:00
committed by GitHub
parent ed7c8d5e19
commit 7d922c877d
3 changed files with 1 additions and 101 deletions

View File

@@ -3,6 +3,7 @@ module hash
//#flag -I @VEXEROOT/thirdparty/wyhash
//#include "wyhash.h"
fn C.wyhash(&byte, u64, u64, &u64) u64
fn C.wyhash64(u64, u64) u64
[inline]