aboutsummaryrefslogtreecommitdiff
path: root/src/mod_mqtt_sql.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_mqtt_sql.erl')
-rw-r--r--src/mod_mqtt_sql.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_mqtt_sql.erl b/src/mod_mqtt_sql.erl
index a11f8e04c..560d995fe 100644
--- a/src/mod_mqtt_sql.erl
+++ b/src/mod_mqtt_sql.erl
@@ -17,7 +17,6 @@
%%%-------------------------------------------------------------------
-module(mod_mqtt_sql).
-behaviour(mod_mqtt).
--compile([{parse_transform, ejabberd_sql_pt}]).
%% API
-export([init/2, publish/6, delete_published/2, lookup_published/2]).