4e99ddfb4a
The cov_timing_mark instrumentation existed to locate one block (it found the shadow rebuild); the previous commit shipped with it still in place, including a call after a return that cppcheck rightly flagged as unreachable — that commit went out with the lint gate RED because the push was chained without depending on the gate result. The scaffolding is gone; the durable publish.timing brackets in pipeline.c remain. Signed-off-by: Martin Vogel <martin.vogel.tech@gmail.com>