1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Remove unnecessary LEGACY_WARNING_ISSUED flag

This commit is contained in:
Tim Byrne
2020-11-25 23:08:38 -06:00
parent 13a3cdc8a8
commit 4cb13d5d08
2 changed files with 1 additions and 8 deletions

5
yadm
View File

@@ -61,8 +61,6 @@ ENCRYPT_INCLUDE_FILES="unparsed"
GPG_OPTS=()
OPENSSL_OPTS=()
LEGACY_WARNING_ISSUED=0
# flag causing path translations with cygpath
USE_CYGPATH=0
@@ -1595,9 +1593,6 @@ function issue_legacy_path_warning() {
${path_list}
***********
EOF
LEGACY_WARNING_ISSUED=1
}
function configure_paths() {