refactor: remove some dead code

This commit is contained in:
CJ van den Berg 2024-04-08 17:53:10 +02:00
parent ca2e24f15b
commit a7b3c3e1e8
3 changed files with 0 additions and 5 deletions

View file

@ -19,7 +19,4 @@ void thespian_trace_to_mermaid_file(const char *file_name) {
thespian::trace_to_mermaid_file(file_name);
}
void thespian_trace_to_trace(thespian_trace_channel default_channel) {
thespian::trace_to_trace(default_channel);
}
}