removed some compilation warnings

This commit is contained in:
csoler 2016-01-30 20:27:27 -05:00
parent 3cfd976c0e
commit 59d4c2c829
2 changed files with 0 additions and 2 deletions

View File

@ -101,7 +101,6 @@ bool p3GxsTunnelService::registerClientService(uint32_t service_id,RsGxsTunnelSe
int p3GxsTunnelService::tick()
{
static time_t last_dump = 0 ;
#ifdef DEBUG_GXS_TUNNEL
time_t now = time(NULL);

View File

@ -354,7 +354,6 @@ int p3MsgService::checkOutgoingMessages()
* if online, send
*/
time_t now = time(NULL);
bool changed = false ;
std::list<RsMsgItem*> output_queue ;