瀏覽代碼

hashindex: remove declarations of removed functions

Marian Beermann 9 年之前
父節點
當前提交
5d2dbffbcd
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      borg/hashindex.pyx

+ 0 - 2
borg/hashindex.pyx

@@ -14,8 +14,6 @@ cdef extern from "_hashindex.c":
     HashIndex *hashindex_read(char *path)
     HashIndex *hashindex_init(int capacity, int key_size, int value_size)
     void hashindex_free(HashIndex *index)
-    void hashindex_merge(HashIndex *index, HashIndex *other)
-    void hashindex_add(HashIndex *index, void *key, void *value)
     int hashindex_get_size(HashIndex *index)
     int hashindex_write(HashIndex *index, char *path)
     void *hashindex_get(HashIndex *index, void *key)