diff options
author | Wasif Malik <[email protected]> | 2015-02-21 22:20:37 +0100 |
---|---|---|
committer | Wasif Malik <[email protected]> | 2015-03-31 20:33:10 +0200 |
commit | fe41a172a0df0b40f5b89bcc2f107801c08681ed (patch) | |
tree | a9f7cdf8060e3cd55efb6ba72adae5e98c8817ad /lib | |
parent | cc454f6abfe284420f05bfecf3eb61ef1576cd65 (diff) | |
download | otp-fe41a172a0df0b40f5b89bcc2f107801c08681ed.tar.gz otp-fe41a172a0df0b40f5b89bcc2f107801c08681ed.tar.bz2 otp-fe41a172a0df0b40f5b89bcc2f107801c08681ed.zip |
Remove unused comments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/src/slave.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/stdlib/src/slave.erl b/lib/stdlib/src/slave.erl index d270ea222f..28da45621a 100644 --- a/lib/stdlib/src/slave.erl +++ b/lib/stdlib/src/slave.erl @@ -210,7 +210,6 @@ start(Host0, Name, Args, LinkTo, Prog) -> Node :: node(). stop(Node) -> -% io:format("stop(~p)~n", [Node]), rpc:call(Node, erlang, halt, []), ok. @@ -229,7 +228,6 @@ wait_for_slave(Parent, Host, Name, Node, Args, LinkTo, Prog) -> Waiter = register_unique_name(0), case mk_cmd(Host, Name, Args, Waiter, Prog) of {ok, Cmd} -> -%% io:format("Command: ~ts~n", [Cmd]), open_port({spawn, Cmd}, [stream]), receive {SlavePid, slave_started} -> |