Skip to content

Commit

Permalink
in_tail: position_file: Remove unused class
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Dec 4, 2020
1 parent d8019ed commit c1f41da
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/fluent/plugin/in_tail/position_file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@

module Fluent::Plugin
class TailInput < Fluent::Plugin::Input
class PathWithInode
def initialize(path, inode)
@path = path
@inode = inode
end

attr_accessor :path, :inode
end

class PositionFile
UNWATCHED_POSITION = 0xffffffffffffffff
POSITION_FILE_ENTRY_REGEX = /^([^\t]+)\t([0-9a-fA-F]+)\t([0-9a-fA-F]+)/.freeze
Expand Down

0 comments on commit c1f41da

Please sign in to comment.