Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Oct 3, 2015
1 parent 7ecec5e commit 166fee6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/fluent/plugin/file_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ def ino
return 0
end

fileindex = by_handle_file_information.unpack("I11Q1")[11]
return fileindex
by_handle_file_information.unpack("I11Q1")[11] # fileindex
end

def stat
Expand Down

0 comments on commit 166fee6

Please sign in to comment.