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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/featureflag/ff_git_v243.go')
-rw-r--r--internal/featureflag/ff_git_v243.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/featureflag/ff_git_v243.go b/internal/featureflag/ff_git_v243.go
deleted file mode 100644
index 313809990..000000000
--- a/internal/featureflag/ff_git_v243.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package featureflag
-
-// GitV243 enables the use of Git version 2.43.
-var GitV243 = NewFeatureFlag(
- "git_v243",
- "v16.7.0",
- "https://gitlab.com/gitlab-org/gitaly/-/issues/5739",
- false,
-)