[erlang-questions] Warning: the call to node/0 has no effect
Monk Boy
boyofmonk@REDACTED
Fri May 10 11:53:25 CEST 2019
Hi
When compile the code , I got a message:
```
src/http_qmonitor.erl:58: Warning: the call to node/0 has no effect
```
the code is
```
N = length([node()|nodes()]),
```
I can't understand what is it
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190510/5a7fa248/attachment.htm>
More information about the erlang-questions
mailing list