diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/tevent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 40fbbe6bf8..82c14831e5 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -924,8 +924,6 @@ struct tevent_req *tevent_req_post(struct tevent_req *req, * * It is typically used by sync wrapper functions. * - * This function destroys the attached private data. - * * @param[in] req The request to poll. * * @return The boolean form of "is in progress". |