From ed34b04e9ba345b6c00980760aa178d91eb783b0 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 22 Feb 2017 20:48:51 +0300 Subject: [PATCH] Remove unused macro --- src/mod_ping.erl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod_ping.erl b/src/mod_ping.erl index 0e2ccb9fa..2256b577c 100644 --- a/src/mod_ping.erl +++ b/src/mod_ping.erl @@ -38,8 +38,6 @@ -include("xmpp.hrl"). --define(SUPERVISOR, ejabberd_sup). - -define(DEFAULT_SEND_PINGS, false). -define(DEFAULT_PING_INTERVAL, 60).