1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Remove dead code

This commit is contained in:
Daniele Sciascia
2020-02-24 18:19:05 +01:00
parent 1205fdbc84
commit eac56f19e0
3 changed files with 0 additions and 66 deletions

View File

@ -180,15 +180,6 @@ namespace wsrep
*/
virtual void debug_crash(const char* crash_point) = 0;
};
/**
* Debug callback methods. These methods are called only in
* builds that have WITH_DEBUG defined.
*/
class client_debug_callback
{
public:
};
}
#endif // WSREP_CLIENT_SERVICE_HPP