Browse Source

Simplify table specs.

Roberto Ostinelli 9 years ago
parent
commit
b9caa4f52b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/syn.hrl

+ 1 - 1
include/syn.hrl

@@ -28,7 +28,7 @@
 %% ==========================================================================================================
 %% records
 -record(syn_processes_table, {
-    key = undefined :: undefined | any(),
+    key = undefined :: any(),
     pid = undefined :: undefined | pid() | atom(),
     node = undefined :: atom(),
     meta = undefined :: any()