diff options
author | Hans Bolinder <[email protected]> | 2014-10-21 13:52:53 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2014-10-21 13:52:53 +0200 |
commit | 8df1aa38c75d0a43c42fd357b9629aa644fb40ea (patch) | |
tree | da17ce770ef41d1eb9645b0811484c50dc529f68 /lib/debugger/src/dbg_icmd.erl | |
parent | 4f4f0681a030c6aac3b763def0ee2d37421e4f40 (diff) | |
download | otp-8df1aa38c75d0a43c42fd357b9629aa644fb40ea.tar.gz otp-8df1aa38c75d0a43c42fd357b9629aa644fb40ea.tar.bz2 otp-8df1aa38c75d0a43c42fd357b9629aa644fb40ea.zip |
debugger: clean up Common Test adaption
The ct_line module was removed some releases ago.
Diffstat (limited to 'lib/debugger/src/dbg_icmd.erl')
-rw-r--r-- | lib/debugger/src/dbg_icmd.erl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/debugger/src/dbg_icmd.erl b/lib/debugger/src/dbg_icmd.erl index b1bf4ebecc..ce12c1beb3 100644 --- a/lib/debugger/src/dbg_icmd.erl +++ b/lib/debugger/src/dbg_icmd.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1998-2013. All Rights Reserved. +%% Copyright Ericsson AB 1998-2014. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -49,10 +49,6 @@ %% specifies if the process should break. %%-------------------------------------------------------------------- -%% Common Test adaptation -cmd({call_remote,0,ct_line,line,_As}, Bs, _Ieval) -> - Bs; - cmd(Expr, Bs, Ieval) -> cmd(Expr, Bs, get(next_break), Ieval). |