Skip to content

Commit 93838bb

Browse files
authored
remove a spurious @time (#1141)
1 parent dcd3fc6 commit 93838bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auditor/instruction_set.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function instruction_mnemonics(path::AbstractString, platform::AbstractPlatform)
4444
run_interactive(ur, `/bin/bash -c "$(objdump_cmd)"`; stdout=output, stderr=devnull)
4545
seekstart(output)
4646

47-
@time for line in eachline(output)
47+
for line in eachline(output)
4848
isempty(line) && continue
4949

5050
# First, ensure that this line of output is 3 fields long at least

0 commit comments

Comments
 (0)