File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ const shape_evec : u8 = 10u8;
60
60
const shape_ivec : u8 = 11u8 ;
61
61
const shape_tag : u8 = 12u8 ;
62
62
const shape_box : u8 = 13u8 ;
63
- const shape_port : u8 = 14u8 ;
64
- const shape_chan : u8 = 15u8 ;
65
- const shape_task : u8 = 16u8 ;
66
63
const shape_struct : u8 = 17u8 ;
67
64
const shape_fn : u8 = 18u8 ;
68
65
const shape_obj : u8 = 19u8 ;
Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ const uint8_t SHAPE_EVEC = 10u;
53
53
const uint8_t SHAPE_IVEC = 11u ;
54
54
const uint8_t SHAPE_TAG = 12u ;
55
55
const uint8_t SHAPE_BOX = 13u ;
56
- const uint8_t SHAPE_PORT = 14u ;
57
- const uint8_t SHAPE_CHAN = 15u ;
58
- const uint8_t SHAPE_TASK = 16u ;
59
56
const uint8_t SHAPE_STRUCT = 17u ;
60
57
const uint8_t SHAPE_FN = 18u ;
61
58
const uint8_t SHAPE_OBJ = 19u ;
@@ -423,9 +420,6 @@ ctxt<T>::walk(bool align) {
423
420
case SHAPE_IVEC: walk_ivec (align); break ;
424
421
case SHAPE_TAG: walk_tag (align); break ;
425
422
case SHAPE_BOX: walk_box (align); break ;
426
- case SHAPE_PORT: WALK_SIMPLE (walk_port); break ;
427
- case SHAPE_CHAN: WALK_SIMPLE (walk_chan); break ;
428
- case SHAPE_TASK: WALK_SIMPLE (walk_task); break ;
429
423
case SHAPE_STRUCT: walk_struct (align); break ;
430
424
case SHAPE_FN: WALK_SIMPLE (walk_fn); break ;
431
425
case SHAPE_OBJ: WALK_SIMPLE (walk_obj); break ;
You can’t perform that action at this time.
0 commit comments