mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Removed in libresapi unused code that caused compilation error
This commit is contained in:
parent
ef52e090ea
commit
fca10c2f1b
2 changed files with 0 additions and 7 deletions
|
@ -41,12 +41,6 @@ FileSharingHandler::FileSharingHandler(StateTokenServer *sts, RsFiles *files):
|
|||
addResourceHandler("download", this, &FileSharingHandler::handleDownload);
|
||||
|
||||
mStateToken = mStateTokenServer->getNewToken();
|
||||
mStateTokenServer->registerTickClient(this);
|
||||
}
|
||||
|
||||
FileSharingHandler::~FileSharingHandler()
|
||||
{
|
||||
mStateTokenServer->unregisterTickClient(this);
|
||||
}
|
||||
|
||||
void FileSharingHandler::handleWildcard(Request & /*req*/, Response & /*resp*/)
|
||||
|
|
|
@ -30,7 +30,6 @@ class FileSharingHandler: public ResourceRouter
|
|||
{
|
||||
public:
|
||||
FileSharingHandler(StateTokenServer* sts, RsFiles* files);
|
||||
virtual ~FileSharingHandler();
|
||||
|
||||
private:
|
||||
void handleWildcard(Request& req, Response& resp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue