remove ReportingApplication.h

This commit is contained in:
CJ Cobb
2020-12-22 17:36:41 -05:00
parent 4e996b41fd
commit e8bdf2e988

View File

@@ -1,7 +0,0 @@
class ReportingApplication
{
Config config_;
ReportingApplication(Config const& config) : config_(config)
{
}
};