aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/unix_telnet.erl
diff options
context:
space:
mode:
authorRichard Carlsson <[email protected]>2016-10-31 15:55:02 +0100
committerRichard Carlsson <[email protected]>2016-11-29 14:15:32 +0100
commita78cd5f1b8d5d7c3aa135945b2f6c486da05776d (patch)
tree832225fabeaeb7600fed9b18e93b134016f96799 /lib/common_test/src/unix_telnet.erl
parentba8f27dca5662ca7c66ac766be107342d808e72b (diff)
downloadotp-a78cd5f1b8d5d7c3aa135945b2f6c486da05776d.tar.gz
otp-a78cd5f1b8d5d7c3aa135945b2f6c486da05776d.tar.bz2
otp-a78cd5f1b8d5d7c3aa135945b2f6c486da05776d.zip
Remove left-over uses of -compile(export_all)
Diffstat (limited to 'lib/common_test/src/unix_telnet.erl')
-rw-r--r--lib/common_test/src/unix_telnet.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/common_test/src/unix_telnet.erl b/lib/common_test/src/unix_telnet.erl
index 4897ddb2f8..0f29b2dbb2 100644
--- a/lib/common_test/src/unix_telnet.erl
+++ b/lib/common_test/src/unix_telnet.erl
@@ -53,8 +53,6 @@
%%% @see ct_telnet
-module(unix_telnet).
--compile(export_all).
-
%% Callbacks for ct_telnet.erl
-export([connect/7,get_prompt_regexp/0]).
-import(ct_telnet,[start_gen_log/1,log/4,end_gen_log/0]).