From cd6d79f8ec4e98bc83f61c3b8126959c4ab41ce3 Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Tue, 4 Feb 2014 08:07:42 -0300 Subject: [PATCH] Remove unused alias on DenyHandler --- lib/httparrot/deny_handler.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/httparrot/deny_handler.ex b/lib/httparrot/deny_handler.ex index 78e3e6b..35973c1 100644 --- a/lib/httparrot/deny_handler.ex +++ b/lib/httparrot/deny_handler.ex @@ -2,7 +2,6 @@ defmodule HTTParrot.DenyHandler do @moduledoc """ Returns a simple HTML page. """ - alias HTTParrot.GeneralRequestInfo def init(_transport, _req, _opts) do {:upgrade, :protocol, :cowboy_rest}