aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/editions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/editions.sh')
-rwxr-xr-xscripts/editions.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/editions.sh b/scripts/editions.sh
index 4f001c0617c..7ccad91acd5 100755
--- a/scripts/editions.sh
+++ b/scripts/editions.sh
@@ -48,14 +48,3 @@ baseFileNameOf() {
exit 1
fi
}
-
-targetDirOf() {
- local edition="$1"
-
- if [ "$edition" = "oss" ]; then
- echo "sonarqube-oss"
- else
- echo "unsupported edition $edition"
- exit 1
- fi
-}