소스 검색

Removing unused function declarations

sshsshy 2 년 전
부모
커밋
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;