mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 02:27:48 +02:00
pas2js: clean up
This commit is contained in:
parent
e1811952aa
commit
ca81b87183
@ -4711,7 +4711,6 @@ var
|
||||
var
|
||||
aFile: TPas2jsCompilerFile;
|
||||
begin
|
||||
writeln('AAA1 TryUnitName ',TestUnitName);
|
||||
if FoundPasFilename='' then
|
||||
begin
|
||||
// search loaded units
|
||||
@ -4753,7 +4752,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