Remove unused variables .
This commit is contained in:
parent
f02b98efe7
commit
b46f376f32
2 changed files with 2 additions and 6 deletions
|
@ -31,10 +31,6 @@
|
|||
#include "log/Log.h"
|
||||
|
||||
|
||||
static const char k500 [] = "{\"error\":\"INTERNAL_SERVER_ERROR\"}";
|
||||
static const size_t k500Size = sizeof(k500) - 1;
|
||||
|
||||
|
||||
Httpd::Httpd(int port, const char *accessToken) :
|
||||
m_accessToken(accessToken),
|
||||
m_port(port),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue