浏览代码

Removing unused function declarations

sshsshy 1 年之前
父节点
当前提交
908cb552f8
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      bst.hpp

+ 0 - 2
bst.hpp

@@ -9,8 +9,6 @@
 
 // Some simple utility functions:
 bool reconstruct_RegBS(MPCTIO &tio, yield_t &yield, RegBS flag);
-size_t reconstruct_RegAS(MPCTIO &tio, yield_t &yield, RegAS variable);
-size_t reconstruct_RegXS(MPCTIO &tio, yield_t &yield, RegXS variable);
 
 struct Node {
     RegAS key;