Skip to content

Commit 043bab4

Browse files
committed
Remove unused variable - krb5_recipe
1 parent 7dd3b88 commit 043bab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def install
9898
end
9999

100100
if RUBY_PLATFORM =~ /linux|darwin/
101-
krb5_recipe = BuildRecipe.new("krb5", KRB5_VERSION, [KRB5_SOURCE_URI]).tap do |recipe|
101+
BuildRecipe.new("krb5", KRB5_VERSION, [KRB5_SOURCE_URI]).tap do |recipe|
102102
class << recipe
103103
def work_path
104104
File.join(super, "src")

0 commit comments

Comments
 (0)