Revert "smbd: add smbd_server_connection->{root,guest}_ev_ctx pointer"
[samba.git] / source3 / smbd / globals.h
index a273cdb3651ee169172cf2c823040521a6f81679..689aa0b6ed1e93ef0ca439b37930fc0e888fef72 100644 (file)
@@ -878,8 +878,6 @@ struct smbd_server_connection {
        const char *remote_hostname;
        struct tevent_context *ev_ctx;
        struct tevent_context *raw_ev_ctx;
-       struct tevent_context *root_ev_ctx;
-       struct tevent_context *guest_ev_ctx;
        struct messaging_context *msg_ctx;
        struct notify_context *notify_ctx;
        bool using_smb2;