LL088
Empty unit
Object Pascal — Delphi & Free Pascal
Warning
Maintainability
Units with an implementation section but no code are dead weight in the project
units with an implementation section but no code are dead weight in the project.
Why this severity
units with an implementation section but no code are dead weight in the project.
Known false positives
placeholder units reserved for future implementation.
Remediation example
// Remove the empty unit from the project, // or add the intended implementation.