diff options
Diffstat (limited to 'scripts/editions.sh')
-rwxr-xr-x | scripts/editions.sh | 11 |
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 -} |