]> rtime.felk.cvut.cz Git - frescor/forb.git/commitdiff
Remove no longer valid comment (forb_destroy())
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Jun 2010 15:10:18 +0000 (17:10 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 18 Jun 2010 15:10:18 +0000 (17:10 +0200)
src/forb.c

index 84d9def1cbd0a399b2b661ae881aa4da83be32f3..ce20b275b178f7af8d7b8d9acef98e3da1504f51 100644 (file)
@@ -286,9 +286,6 @@ err2:       forb_free(forb);
 err:   return NULL;
 }
 
-/* FIXME: forb_destroy is now called automatically on exit. Therefore
- * forb_destroy() should be either static or should deregister on_exit
- * handler (how???).  */
 void forb_destroy(forb_orb orb)
 {
        forb_t *forb = forb_object_to_forb(orb);