From b0453ea2ce8bf5078c345da4b7d8870d025976c2 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Fri, 3 Jul 2015 13:18:35 +0300 Subject: [PATCH] Remove ehyperloglog dependency --- rebar.config.script | 1 - 1 file changed, 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index b4dfaa3ed..a38d85898 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -61,7 +61,6 @@ Deps = [{p1_cache_tab, ".*", {git, "https://github.com/processone/cache_tab"}}, {esip, ".*", {git, "https://github.com/processone/p1_sip"}}, {p1_stun, ".*", {git, "https://github.com/processone/stun"}}, {p1_yaml, ".*", {git, "https://github.com/processone/p1_yaml"}}, - {ehyperloglog, ".*", {git, "https://github.com/vaxelfel/eHyperLogLog.git"}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils"}}], ConfigureCmd = fun(Pkg, Flags) ->