@@ -783,14 +783,6 @@ pub mod call {
783
783
pub fn get_allow_third_party_tail_call ( self ) -> bool {
784
784
self . reader . get_bool_field ( 128 )
785
785
}
786
- #[ inline]
787
- pub fn get_no_promise_pipelining ( self ) -> bool {
788
- self . reader . get_bool_field ( 129 )
789
- }
790
- #[ inline]
791
- pub fn get_only_promise_pipeline ( self ) -> bool {
792
- self . reader . get_bool_field ( 130 )
793
- }
794
786
}
795
787
796
788
pub struct Builder < ' a > { builder : :: capnp:: private:: layout:: StructBuilder < ' a > }
@@ -913,22 +905,6 @@ pub mod call {
913
905
pub fn set_allow_third_party_tail_call ( & mut self , value : bool ) {
914
906
self . builder . set_bool_field ( 128 , value) ;
915
907
}
916
- #[ inline]
917
- pub fn get_no_promise_pipelining ( self ) -> bool {
918
- self . builder . get_bool_field ( 129 )
919
- }
920
- #[ inline]
921
- pub fn set_no_promise_pipelining ( & mut self , value : bool ) {
922
- self . builder . set_bool_field ( 129 , value) ;
923
- }
924
- #[ inline]
925
- pub fn get_only_promise_pipeline ( self ) -> bool {
926
- self . builder . get_bool_field ( 130 )
927
- }
928
- #[ inline]
929
- pub fn set_only_promise_pipeline ( & mut self , value : bool ) {
930
- self . builder . set_bool_field ( 130 , value) ;
931
- }
932
908
}
933
909
934
910
pub struct Pipeline { _typeless : :: capnp:: any_pointer:: Pipeline }
@@ -1208,10 +1184,6 @@ pub mod return_ {
1208
1184
!self . reader . get_pointer_field ( 0 ) . is_null ( )
1209
1185
}
1210
1186
#[ inline]
1211
- pub fn get_no_finish_needed ( self ) -> bool {
1212
- self . reader . get_bool_field ( 33 )
1213
- }
1214
- #[ inline]
1215
1187
pub fn which ( self ) -> :: core:: result:: Result < WhichReader < ' a , > , :: capnp:: NotInSchema > {
1216
1188
match self . reader . get_data_field :: < u16 > ( 3 ) {
1217
1189
0 => {
@@ -1367,14 +1339,6 @@ pub mod return_ {
1367
1339
!self . builder . is_pointer_field_null ( 0 )
1368
1340
}
1369
1341
#[ inline]
1370
- pub fn get_no_finish_needed ( self ) -> bool {
1371
- self . builder . get_bool_field ( 33 )
1372
- }
1373
- #[ inline]
1374
- pub fn set_no_finish_needed ( & mut self , value : bool ) {
1375
- self . builder . set_bool_field ( 33 , value) ;
1376
- }
1377
- #[ inline]
1378
1342
pub fn which ( self ) -> :: core:: result:: Result < WhichBuilder < ' a , > , :: capnp:: NotInSchema > {
1379
1343
match self . builder . get_data_field :: < u16 > ( 3 ) {
1380
1344
0 => {
0 commit comments