Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
Now that we never pass pdnssec we can be sure that rectify_zone in
main.rb is always a noop
  • Loading branch information
ekohl committed Dec 30, 2016
1 parent b50f7b2 commit 60c66f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/smart_proxy_dns_powerdns/backend/rest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ def delete_record domain_id, name, type
patch_records domain_id, rrset
end

def rectify_zone domain
# Not needed by the API
true
end

private

def patch_records domain_id, rrset
Expand Down

0 comments on commit 60c66f9

Please sign in to comment.