mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 20:50:03 +02:00
* Remove unused units
This commit is contained in:
parent
c1081c8573
commit
4464a2d5af
@ -20,7 +20,7 @@ unit TestDecorator;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, FPCUnit;
|
||||
SysUtils, FPCUnit;
|
||||
|
||||
type
|
||||
|
||||
|
@ -20,7 +20,7 @@ unit TestRegistry;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, FPCUnit, TestDecorator;
|
||||
FPCUnit, TestDecorator;
|
||||
|
||||
type
|
||||
TTestDecoratorClass = class of TTestDecorator;
|
||||
|
Loading…
Reference in New Issue
Block a user