Fix duplicate declaration
This commit is contained in:
parent
8309ba63c1
commit
019ca259b1
1 changed files with 0 additions and 1 deletions
|
@ -212,5 +212,4 @@ void async_send_message(socket_ptr socket, const std::string& msg)
|
|||
#include "version.hpp"
|
||||
#include "deprecation.hpp"
|
||||
|
||||
std::string deprecated_message(const std::string&, DEP_LEVEL, const version_info&, const std::string&);
|
||||
std::string deprecated_message(const std::string&, DEP_LEVEL, const version_info&, const std::string&) {return "";}
|
||||
|
|
Loading…
Add table
Reference in a new issue