Skip to content

Commit

Permalink
Comment out unused variable for fix to avoid warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 29, 2013
1 parent ec6036b commit d99be5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ole/storage/meta_data.rb
Expand Up @@ -76,8 +76,8 @@ def comp_obj
# byte_order: 0xffe # byte_order: 0xffe
# windows_version: 0x00000a03 (win31 apparently) # windows_version: 0x00000a03 (win31 apparently)
# marker: 0xffffffff # marker: 0xffffffff
compobj_version, byte_order, windows_version, marker, clsid = # compobj_version, byte_order, windows_version, marker, clsid =
data.unpack("vvVVa#{Types::Clsid::SIZE}") # data.unpack("vvVVa#{Types::Clsid::SIZE}")
strings = [] strings = []
i = 28 i = 28
while i < data.length while i < data.length
Expand Down

0 comments on commit d99be5f

Please sign in to comment.