Remove unused method

This commit is contained in:
Ryan Cobb 2019-07-11 18:25:43 +00:00 committed by Mayra Cabrera
parent 03756a312b
commit 8f07620bc1
1 changed files with 0 additions and 4 deletions

View File

@ -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