Remove dead code

This commit is contained in:
Duke
2024-11-09 10:27:58 -05:00
parent d31c69cf23
commit f12152af70
2 changed files with 0 additions and 77 deletions

View File

@@ -102,7 +102,3 @@ CPubKey pubkey2pk(std::vector<uint8_t> vpubkey)
pk.Set(vpubkey.begin(), vpubkey.end());
return(pk);
}
void CCLogPrintStr(const char *category, int level, const std::string &str)
{
}