aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_app.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowboy_app.erl')
-rw-r--r--src/cowboy_app.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cowboy_app.erl b/src/cowboy_app.erl
index d4d0389..f20caf2 100644
--- a/src/cowboy_app.erl
+++ b/src/cowboy_app.erl
@@ -12,16 +12,12 @@
%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-%% @private
-module(cowboy_app).
-behaviour(application).
-%% API.
-export([start/2]).
-export([stop/1]).
-%% API.
-
start(_Type, _Args) ->
cowboy_sup:start_link().