diff options
Diffstat (limited to 'src/libfast/session.h')
-rw-r--r-- | src/libfast/session.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libfast/session.h b/src/libfast/session.h index c6633f9ae..f60fa9ef2 100644 --- a/src/libfast/session.h +++ b/src/libfast/session.h @@ -62,8 +62,6 @@ struct session_t { /** * Destroy the session_t. - * - * @param this calling object */ void (*destroy) (session_t *this); }; |