mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 15:39:49 +02:00
LazBuild: Remove a useless test.
git-svn-id: trunk@60547 -
This commit is contained in:
parent
4ec379908c
commit
5047f10361
@ -486,7 +486,7 @@ begin
|
||||
XMLConfig.Free;
|
||||
end;
|
||||
// check Package Name
|
||||
if (Result.Name='') or not IsValidPkgName(Result.Name) then
|
||||
if not IsValidPkgName(Result.Name) then
|
||||
Error(ErrorPackageNameInvalid,
|
||||
Format(lisPkgMangThePackageNameOfTheFileIsInvalid,
|
||||
[Result.Name, LineEnding, Result.Filename]));
|
||||
|
Loading…
Reference in New Issue
Block a user