Fix DMD 2.100.2 depreciation warning (#2156)

DMD 2.100.2 creates a depreciation warning:

Deprecation: `return` statements cannot be in `scope(failure)` bodies.
This commit is contained in:
abraunegg 2022-09-26 14:44:30 +10:00 committed by GitHub
parent a35c7c72f5
commit 993770f49a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -611,7 +611,6 @@ final class Config
// close open file
file.close();
}
return false;
}
// - exit
scope(exit) {