From bc4ceb7e4543a9f563febef18895491cbe2f2780 Mon Sep 17 00:00:00 2001 From: Hunter Morris Date: Mon, 3 Nov 2008 17:43:42 +0000 Subject: [PATCH] Fixed build error with extraneous -export declarations --- lib/bcrypt/src/bcrypt.erl | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/bcrypt/src/bcrypt.erl b/lib/bcrypt/src/bcrypt.erl index e1ca2f4..947bace 100644 --- a/lib/bcrypt/src/bcrypt.erl +++ b/lib/bcrypt/src/bcrypt.erl @@ -23,8 +23,6 @@ -behaviour(gen_server). --export([init/1, handle_request/2]). - %% API -export([start_link/1, stop/1]). -export([gen_salt/1, gen_salt/2]).