Skip to content

Commit c0e594e

Browse files
committed
removed unnecessary begin-end
1 parent 9985ea3 commit c0e594e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/post/windows/gather/enum_prefetch.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ def run
119119

120120
print_status("Prefetch Gathering started.")
121121

122-
begin
123-
124122
# Check to see what Windows Version is running.
125123
# Needed for offsets.
126124
# Tested on WinXP and Win7 systems. Should work on WinVista & Win2k3..
@@ -205,7 +203,6 @@ def run
205203
end
206204
end
207205
end
208-
end
209206

210207
# Stores and prints out results
211208
results = table.to_s

0 commit comments

Comments
 (0)