@@ -783,14 +783,6 @@ pub mod call {
783783 pub fn get_allow_third_party_tail_call ( self ) -> bool {
784784 self . reader . get_bool_field ( 128 )
785785 }
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- }
794786 }
795787
796788 pub struct Builder < ' a > { builder : :: capnp:: private:: layout:: StructBuilder < ' a > }
@@ -913,22 +905,6 @@ pub mod call {
913905 pub fn set_allow_third_party_tail_call ( & mut self , value : bool ) {
914906 self . builder . set_bool_field ( 128 , value) ;
915907 }
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- }
932908 }
933909
934910 pub struct Pipeline { _typeless : :: capnp:: any_pointer:: Pipeline }
@@ -1208,10 +1184,6 @@ pub mod return_ {
12081184 !self . reader . get_pointer_field ( 0 ) . is_null ( )
12091185 }
12101186 #[ inline]
1211- pub fn get_no_finish_needed ( self ) -> bool {
1212- self . reader . get_bool_field ( 33 )
1213- }
1214- #[ inline]
12151187 pub fn which ( self ) -> :: core:: result:: Result < WhichReader < ' a , > , :: capnp:: NotInSchema > {
12161188 match self . reader . get_data_field :: < u16 > ( 3 ) {
12171189 0 => {
@@ -1367,14 +1339,6 @@ pub mod return_ {
13671339 !self . builder . is_pointer_field_null ( 0 )
13681340 }
13691341 #[ 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]
13781342 pub fn which ( self ) -> :: core:: result:: Result < WhichBuilder < ' a , > , :: capnp:: NotInSchema > {
13791343 match self . builder . get_data_field :: < u16 > ( 3 ) {
13801344 0 => {
0 commit comments