Remove unused method
This commit is contained in:
parent
03756a312b
commit
8f07620bc1
1 changed files with 0 additions and 4 deletions
|
@ -63,10 +63,6 @@ module Gitlab
|
|||
def self.monotonic_time
|
||||
Process.clock_gettime(Process::CLOCK_MONOTONIC, :float_second)
|
||||
end
|
||||
|
||||
def self.clk_tck
|
||||
@clk_tck ||= `getconf CLK_TCK`.to_i
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue