aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger
diff options
context:
space:
mode:
authorVlad Dumitrescu <[email protected]>2014-02-05 15:32:20 +0100
committerVlad Dumitrescu <[email protected]>2014-02-05 18:26:19 +0100
commit6ad3988cc6c12fab863705d2c41bceb73ea100aa (patch)
treea1e4e544fd1ee3c1b512a9632a19b7578dc53e34 /lib/debugger
parent2a25f7e4925b3a60032aab58c9017858289d6b9e (diff)
downloadotp-6ad3988cc6c12fab863705d2c41bceb73ea100aa.tar.gz
otp-6ad3988cc6c12fab863705d2c41bceb73ea100aa.tar.bz2
otp-6ad3988cc6c12fab863705d2c41bceb73ea100aa.zip
remove useless match
Diffstat (limited to 'lib/debugger')
-rw-r--r--lib/debugger/src/int.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/debugger/src/int.erl b/lib/debugger/src/int.erl
index 3d16e64ca1..2755db64b8 100644
--- a/lib/debugger/src/int.erl
+++ b/lib/debugger/src/int.erl
@@ -637,7 +637,6 @@ find_beam_1(BeamFile, SrcDir) ->
RootDir = filename:dirname(SrcDir),
EbinDir = filename:join(RootDir, "ebin"),
CodePath = [EbinDir | code:get_path()],
- BeamFile = atom_to_list(Mod) ++ code:objfile_extension(),
lists:foldl(fun(_, Beam) when is_list(Beam) -> Beam;
(Dir, error) ->
File = filename:join(Dir, BeamFile),