Skip to content
Snippets Groups Projects
Commit d6e86ebc authored by Guillaume Roguez's avatar Guillaume Roguez Committed by GitHub
Browse files

remove InfoHash::toCString()

Implementation of InfoHash::toCString() is broken
parent 197aaa47
No related branches found
No related tags found
No related merge requests found
......@@ -199,10 +199,6 @@ public:
std::string toString() const;
const char* toCString() const {
return toString().c_str();
}
template <typename Packer>
void msgpack_pack(Packer& pk) const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment