diff options
author | Hans Bolinder <[email protected]> | 2014-10-23 08:51:59 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2014-10-23 08:51:59 +0200 |
commit | cd5628a99bff391377042f93e8d85da818235217 (patch) | |
tree | a822eec385378dfa08cb8fa3a7d903768e7372bc /lib/debugger/src/dbg_icmd.erl | |
parent | a57d366febdbf0f41580e5497044a810918fcec6 (diff) | |
parent | 8df1aa38c75d0a43c42fd357b9629aa644fb40ea (diff) | |
download | otp-cd5628a99bff391377042f93e8d85da818235217.tar.gz otp-cd5628a99bff391377042f93e8d85da818235217.tar.bz2 otp-cd5628a99bff391377042f93e8d85da818235217.zip |
Merge branch 'hb/debugger/ct_line_cleanup' into maint
* hb/debugger/ct_line_cleanup:
debugger: clean up Common Test adaption
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). |