remove FIXME

This commit is contained in:
Michael Davidsaver
2012-07-06 13:35:28 -04:00
parent a9eff6c5e9
commit 59020b3a94
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -202,8 +202,6 @@ typedef struct chfPluginIf {
*/
void (* channel_report) (dbChannel *chan, void *pvt, int level, const unsigned short indent);
/* FIXME: More filter routines here ... */
/** @brief Channel close request.
*
* <em>Called as part of connection shutdown.</em>
-1
View File
@@ -121,7 +121,6 @@ typedef struct chFilterIf {
void (* channel_register_pre) (chFilter *filter, chPostEventFunc **cb_out, void **arg_out, db_field_log *probe);
void (* channel_register_post)(chFilter *filter, chPostEventFunc **cb_out, void **arg_out, db_field_log *probe);
void (* channel_report)(chFilter *filter, int level, const unsigned short indent);
/* FIXME: More filter routines here ... */
void (* channel_close)(chFilter *filter);
} chFilterIf;