From 83dd79a6a78c8ac5c5a73143caa1a23c3a0a7f6e Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 6 Oct 2015 11:06:04 +0200 Subject: [PATCH] Remove unused dependency --- mix.exs | 1 - 1 file changed, 1 deletion(-) 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"},