Skip to content

Commit

Permalink
Remove additional comments
Browse files Browse the repository at this point in the history
These line should be needless to say what the below code does.

Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Aug 5, 2020
1 parent 8136d38 commit f78c873
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/fluent/plugin/buffer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ def <=>(o)
# Actually this overhead is very small but this class is generated *per chunk* (and used in hash object).
# This means that this class is one of the most called object in Fluentd.
# See https://github.com/fluent/fluentd/pull/2560
# Note that Integer#hash returns stable value.
# So, we can use this feature to enable this optimization in **all platform**.
def hash
timekey.hash
end
Expand Down

0 comments on commit f78c873

Please sign in to comment.