=== DEAD CODE ANALYSIS - Sat Oct  4 08:45:42 PM CEST 2025 ===

## trading_service
    |     ^^^^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default

warning: methods `execute_volume_weighted_slices` and `detect_sniping_opportunity` are never used
   --> services/trading_service/src/core/execution_engine.rs:616:14
    |
176 | impl ExecutionEngine {
    | -------------------- methods in this implementation
...
616 |     async fn execute_volume_weighted_slices(&self, _instruction: &ExecutionInstruction, _routing: &RoutingDecision, _profile: &VolumeProf...
    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
617 |     async fn detect_sniping_opportunity(&self, _book_update: &BookUpdate, _instruction: &ExecutionInstruction) -> Result<SnipingOpportuni...

---

## trading_engine
No dead code warnings or compilation failed

---

## ml
No dead code warnings or compilation failed

---

## risk
