diff options
author | Richard Carlsson <[email protected]> | 2016-10-31 15:55:02 +0100 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-29 14:15:32 +0100 |
commit | a78cd5f1b8d5d7c3aa135945b2f6c486da05776d (patch) | |
tree | 832225fabeaeb7600fed9b18e93b134016f96799 /lib | |
parent | ba8f27dca5662ca7c66ac766be107342d808e72b (diff) | |
download | otp-a78cd5f1b8d5d7c3aa135945b2f6c486da05776d.tar.gz otp-a78cd5f1b8d5d7c3aa135945b2f6c486da05776d.tar.bz2 otp-a78cd5f1b8d5d7c3aa135945b2f6c486da05776d.zip |
Remove left-over uses of -compile(export_all)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/src/unix_telnet.erl | 2 | ||||
-rw-r--r-- | lib/observer/src/cdv_wx.erl | 2 |
2 files changed, 1 insertions, 3 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]). diff --git a/lib/observer/src/cdv_wx.erl b/lib/observer/src/cdv_wx.erl index 2587a6e64e..1e3fb6289e 100644 --- a/lib/observer/src/cdv_wx.erl +++ b/lib/observer/src/cdv_wx.erl @@ -17,7 +17,7 @@ %% %% %CopyrightEnd% -module(cdv_wx). --compile(export_all). + -behaviour(wx_object). -export([start/1]). |