mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +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
|
var
|
||||||
aFile: TPas2jsCompilerFile;
|
aFile: TPas2jsCompilerFile;
|
||||||
begin
|
begin
|
||||||
writeln('AAA1 TryUnitName ',TestUnitName);
|
|
||||||
if FoundPasFilename='' then
|
if FoundPasFilename='' then
|
||||||
begin
|
begin
|
||||||
// search loaded units
|
// search loaded units
|
||||||
@ -5231,7 +5230,7 @@ var
|
|||||||
i: Integer;
|
i: Integer;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
writeln('TPas2jsCompiler.GetUnitInfo ',UseUnitName,' in=',InFileName,' ',GetObjName(PCUSupport));
|
//writeln('TPas2jsCompiler.GetUnitInfo ',UseUnitName,' in=',InFileName,' ',GetObjName(PCUSupport));
|
||||||
Result:=Default(TFindUnitInfo);
|
Result:=Default(TFindUnitInfo);
|
||||||
FoundPasFilename:='';
|
FoundPasFilename:='';
|
||||||
FoundPasIsForeign:=false;
|
FoundPasIsForeign:=false;
|
||||||
|
Loading…
Reference in New Issue
Block a user