From: Christophe Romain Date: Tue, 6 Oct 2015 09:06:04 +0000 (+0200) Subject: Remove unused dependency X-Git-Tag: 15.10~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83dd79a6a78c8ac5c5a73143caa1a23c3a0a7f6e;p=ejabberd Remove unused dependency --- diff --git a/mix.exs b/mix.exs index 16732c53e..d45b3289c 100644 --- a/mix.exs +++ b/mix.exs @@ -39,7 +39,6 @@ defmodule Ejabberd.Mixfile do {:p1_iconv, git: "https://github.com/processone/eiconv"}, {:esip, git: "https://github.com/processone/p1_sip"}, {:p1_stun, git: "https://github.com/processone/stun"}, - {:ehyperloglog, git: "https://github.com/vaxelfel/eHyperLogLog"}, {:p1_mysql, git: "https://github.com/processone/mysql"}, {:p1_pgsql, git: "https://github.com/processone/pgsql"}, {:eredis, git: "https://github.com/wooga/eredis"},