mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
pas2js: clean up
git-svn-id: trunk@45653 -
This commit is contained in:
parent
b3817f6d92
commit
1ff1921d14
@ -5189,7 +5189,6 @@ var
|
||||
var
|
||||
aFile: TPas2jsCompilerFile;
|
||||
begin
|
||||
writeln('AAA1 TryUnitName ',TestUnitName);
|
||||
if FoundPasFilename='' then
|
||||
begin
|
||||
// search loaded units
|
||||
@ -5231,7 +5230,7 @@ var
|
||||
i: Integer;
|
||||
|
||||
begin
|
||||
writeln('TPas2jsCompiler.GetUnitInfo ',UseUnitName,' in=',InFileName,' ',GetObjName(PCUSupport));
|
||||
//writeln('TPas2jsCompiler.GetUnitInfo ',UseUnitName,' in=',InFileName,' ',GetObjName(PCUSupport));
|
||||
Result:=Default(TFindUnitInfo);
|
||||
FoundPasFilename:='';
|
||||
FoundPasIsForeign:=false;
|
||||
|
Loading…
Reference in New Issue
Block a user