Rename AceyDucey; fix folder structure

This commit is contained in:
Zev Spitz
2022-01-17 03:13:27 +02:00
parent 3526e74bf5
commit b6373c2525
4 changed files with 7 additions and 7 deletions

View File

@@ -221,7 +221,6 @@ void checkProjects() {
}
}
// TODO make this run on a single project
void printProjectWarnings(PortInfo info) {
foreach (var proj in info.Projs) {
var warnings = new List<string>();