chiark / gitweb /
apitest: Promote PIA and PIB to where wdriver can use them
[otter.git] / apitest / atmain.rs
index 69b727a7ef4279721f08a31e06d8f4aa926313c9..743090e9597838a72cd2d589a11b73cf40ef87d1 100644 (file)
@@ -211,13 +211,6 @@ impl UsualCtx {
   }
 }
 
-mod pi {
-  use otter::prelude::define_index_type;
-  define_index_type!{ pub struct PIA = usize; }
-  define_index_type!{ pub struct PIB = usize; }
-}
-pub use pi::*;
-
 type Pieces<PI> = IndexVec<PI, PieceInfo<JsV /*~PreparedPieceState*/>>;
 type PiecesSlice<PI> = IndexSlice<PI,[PieceInfo<JsV>]>;