From d3ee43625048b181b3d12e16d1822928679b50db Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 15 Mar 2021 01:09:46 +0000 Subject: [PATCH] occult: Delete a now-gone bug note Signed-off-by: Ian Jackson --- daemon/api.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/daemon/api.rs b/daemon/api.rs index 9b88e294..37d9196c 100644 --- a/daemon/api.rs +++ b/daemon/api.rs @@ -389,8 +389,6 @@ api_route!{ } impl op::Simple as { - // xxx move shows up as actual position even for occultees - // xxx add this to test cases #[throws(ApiPieceOpError)] fn op(&self, a: ApiPieceOpArgs) -> PieceUpdate { let ApiPieceOpArgs { gs,piece, .. } = a; -- 2.30.2