chiark / gitweb /
occult: Delete a now-gone bug note
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 15 Mar 2021 01:09:46 +0000 (01:09 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 15 Mar 2021 01:09:46 +0000 (01:09 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
daemon/api.rs

index 9b88e294b5874a4a23f7e329d441d43979ee2a03..37d9196ce45f7f2286f515dc5d8e3524a740f66d 100644 (file)
@@ -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;