## Removed - `broadcastToSession` from `server/plugins/websocket.js` — an exported but never-imported, never-called dead-code function. Its dependencies (`getSessionConnections`, `addSessionConnection`, `removeSessionConnection`) are retained since they remain actively used for per-session connection tracking within the plugin. ## Notes - Full repository search confirms zero remaining references to `broadcastToSession`. - ESLint passes; full test suite passes (50 files, 406 tests). Closes #40 --------- Co-authored-by: Madison Grubb <madison@elastiflow.com> Reviewed-on: #45