fix: remove duplicate transport state and clock source functions from dispatcher

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-02 15:45:26 +00:00
parent 24f1cec191
commit c7b6ed3059
2 changed files with 0 additions and 27 deletions

View File

@@ -158,12 +158,6 @@ void dispatcher_stop(void);
// Get current state (thread-safe snapshot)
AppState dispatcher_get_state(void);
// ============================================================
// Utility functions for state enums
// ============================================================
const char* transport_state_to_string(TransportState state);
const char* clock_source_to_string(ClockSource source);
// ============================================================
// Reducer - pure function
// ============================================================