Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <v.shushlin@gmail.com>2021-12-14 15:02:13 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2021-12-14 17:11:30 +0300
commit097c4c0aec8ddb0028ed8be8ed338d87020c5a9b (patch)
treea1cb6d0b4b5ca99a0604d93a106b21a22d1b7dc4 /internal/redirects/redirects.go
parentcc23d6ef34be2fd5e6dff719dd1eb62a51b7a82f (diff)
refactor: extract common logic for env feature flags
Diffstat (limited to 'internal/redirects/redirects.go')
-rw-r--r--internal/redirects/redirects.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/redirects/redirects.go b/internal/redirects/redirects.go
index 24ce8692..1de02b61 100644
--- a/internal/redirects/redirects.go
+++ b/internal/redirects/redirects.go
@@ -32,9 +32,6 @@ const (
// maxRuleCount is used to limit the total number of rules allowed in _redirects
maxRuleCount = 1000
-
- // FFEnablePlaceholders used to check whether placeholder matching is enabled or not
- FFEnablePlaceholders = "FF_ENABLE_PLACEHOLDERS"
)
var (