ddabapps / duse

A little tool for Delphi programmer to find the possible unit scopes that a unit belongs to
https://delphidabbler.com/software/unit2ns
MIT License
14 stars 2 forks source link

Unnecessary `private` keyword in `UConfig.pas` #9

Closed delphidabbler closed 2 years ago

delphidabbler commented 2 years ago

https://github.com/delphidabbler/unit2ns/blob/36948c8f733623bd70a36e335bd7711ea7f73599/src/UConfig.pas#L18

This private keyword is erroneous and makes preceding strict private statement empty.