Remove unused code

This commit is contained in:
Duke
2023-06-17 21:22:41 -04:00
parent 8f7e53a6fe
commit 31cc5ee901
4 changed files with 2 additions and 356 deletions

View File

@@ -29,7 +29,6 @@ int32_t hush_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33,ui
int32_t hush_isrealtime(int32_t *hushheightp);
uint64_t hush_paxtotal();
int32_t hush_longestchain();
uint64_t hush_maxallowed(int32_t baseid);
int32_t hush_checkvout(int32_t vout,int32_t k,int32_t indallvouts);
pthread_mutex_t hush_mutex;