summaryrefslogtreecommitdiffstats
path: root/util/digest
diff options
context:
space:
mode:
authormonster <[email protected]>2022-07-07 14:41:37 +0300
committermonster <[email protected]>2022-07-07 14:41:37 +0300
commit06e5c21a835c0e923506c4ff27929f34e00761c2 (patch)
tree75efcbc6854ef9bd476eb8bf00cc5c900da436a2 /util/digest
parent03f024c4412e3aa613bb543cf1660176320ba8f4 (diff)
fix ya.make
Diffstat (limited to 'util/digest')
-rw-r--r--util/digest/fnv.pxd2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/digest/fnv.pxd b/util/digest/fnv.pxd
deleted file mode 100644
index 92396cf4d35..00000000000
--- a/util/digest/fnv.pxd
+++ /dev/null
@@ -1,2 +0,0 @@
-cdef extern from "util/digest/fnv.h":
- T FnvHash[T](const char* buf, size_t len) nogil