s4:librpc: simplify dcerpc_connect_timeout_handler() logic
[samba.git] / source4 / librpc / rpc / dcerpc.h
index 3223948cf9d312f3cc839e943e621b9d1c54fdc4..eaa3c627b74894fd98145d5961fe89799b073d1d 100644 (file)
@@ -136,14 +136,6 @@ struct dcerpc_pipe {
        /** timeout for individual rpc requests, in seconds */
        uint32_t request_timeout;
 
-       /*
-        * Set for the timeout in dcerpc_pipe_connect_b_send(), to
-        * allow the timeout not to destory the stack during a nested
-        * event loop caused by gensec_update()
-        */
-       bool inhibit_timeout_processing;
-       bool timed_out;
-
        bool verified_pcontext;
 };