dead code

This commit is contained in:
rusefillc 2022-10-28 03:37:11 -04:00
parent cf75202ab6
commit 391d058ae0
1 changed files with 0 additions and 5 deletions

View File

@ -16,11 +16,6 @@ public class SdCardFieldsConsumer implements ConfigurationConsumer {
output = new LazyFile(outputFileName);
}
@Override
public void startFile() {
ConfigurationConsumer.super.startFile();
}
@Override
public void endFile() throws IOException {
output.write("static constexpr LogField fields[] = {\r\n" +