Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 31a6e5c

Browse files
committed
Remove unused private function
[#173630293] Authored-by: Matt Royal <mroyal@pivotal.io>
1 parent b1ccbf7 commit 31a6e5c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/models/runtime/domain.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ def protocols
149149

150150
private
151151

152-
def k8s_enabled?
153-
Config.config.kubernetes_api_configured?
154-
end
155-
156152
def validate_change_owning_organization(organization)
157153
return if self.new? || owning_organization == organization
158154

0 commit comments

Comments
 (0)