summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-10-04 21:10:08 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2017-10-04 21:10:08 +0200
commit54831bd44bdf7f7b19ac3a129ebf6384549d9c63 (patch)
tree176993bcaddc37494e56456ea00bc4d0199b328b /app/models
parentf16ac0efda68cfb6819e784dbec5609b10e8de7d (diff)
downloadgitlab-ce-54831bd44bdf7f7b19ac3a129ebf6384549d9c63.tar.gz
Updated messages and notices
Diffstat (limited to 'app/models')
-rw-r--r--app/models/gcp/cluster.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/gcp/cluster.rb b/app/models/gcp/cluster.rb
index 367e9be578c..f570c8b3c4c 100644
--- a/app/models/gcp/cluster.rb
+++ b/app/models/gcp/cluster.rb
@@ -110,9 +110,5 @@ module Gcp
true
end
-
- def destroy
- super if restrict_modification
- end
end
end