Browse Source

Remove eunit header include from main pooler module

Including the eunit header defines TEST. Since the module conditionally
specifies `export_all` when TEST is defined, we were exporting
allthethings inadvertently all the time.
Seth Falcon 9 years ago
parent
commit
59e7d718f3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/pooler.erl

+ 0 - 2
src/pooler.erl

@@ -12,8 +12,6 @@
 -behaviour(gen_server).
 
 -include("pooler.hrl").
--include_lib("eunit/include/eunit.hrl").
-
 
 %% type specs for pool metrics
 -type metric_value() :: 'unknown_pid' |