Browse Source

deactivated trace function

git-svn-id: http://svn.ulf.wiger.net/gproc/branches/experimental-0906/gproc@33 f3948e33-8234-0410-8a80-a07eae3b6c4d
uwiger 15 years ago
parent
commit
5437b6d96d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/gproc.erl

+ 2 - 1
src/gproc.erl

@@ -51,7 +51,8 @@
 -include("gproc.hrl").
 
 -define(SERVER, ?MODULE).
--define(l, l(?LINE)).
+%%-define(l, l(?LINE)). % when activated, calls a traceable empty function
+-define(l, ignore).
 
 -define(CHK_DIST,
         case whereis(gproc_dist) of