OutpostUniverse / op2ext

Outpost 2 extension module loader
1 stars 0 forks source link

Remove dead code #219

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

In PR #217 it was noted there was some dead code in the TestModule project. Namely: CountFilesByTypeInDirectory

Another point was the ParseCsv, Split, and Trim methods, which are also now dead code. These methods were used to support parsing of INI file settings. However, INI module loading was changed to read all keys from a special section, so no longer needs to parse a command separated value list.