cleanup after prev commit
This commit is contained in:
parent
80ddd2c09d
commit
6e2a6d925f
|
@ -1,4 +1,3 @@
|
|||
require 'benchmark'
|
||||
require "base64"
|
||||
|
||||
class CommitsController < ApplicationController
|
||||
|
|
|
@ -40,13 +40,6 @@ Grit::GitRuby::Internal::RawObject.class_eval do
|
|||
content.force_encoding("UTF-8")
|
||||
end
|
||||
end
|
||||
|
||||
def z_binary?(string)
|
||||
string.each_byte do |x|
|
||||
x.nonzero? or return true
|
||||
end
|
||||
false
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue