"this" removed from comments.

This commit is contained in:
Tobias Brunner
2011-07-06 09:43:45 +02:00
parent f0ba8ae042
commit 28623fc538
9 changed files with 4 additions and 20 deletions
-2
View File
@@ -62,8 +62,6 @@ struct session_t {
/**
* Destroy the session_t.
*
* @param this calling object
*/
void (*destroy) (session_t *this);
};