Ban XXX, TBD, FIXME comments (#6486)

This commit is contained in:
Michael Vines
2019-10-21 16:43:11 -07:00
committed by GitHub
parent b38bf90de7
commit 3fb70b8d47
4 changed files with 27 additions and 5 deletions

View File

@ -222,7 +222,7 @@ colo_machine_types_compatible() {
declare MAYBE_MACH="$1"
declare WANT_MACH="$2"
declare COMPATIBLE=false
# XXX: Colo machine types are just GPU count ATM...
# Colo machine types are just GPU count ATM...
if [[ "$MAYBE_MACH" -ge "$WANT_MACH" ]]; then
COMPATIBLE=true
fi