From 2c4c9c7a78b54d4770ae2938016dc182efc622e6 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 18 Jun 2010 17:10:18 +0200 Subject: [PATCH] Remove no longer valid comment (forb_destroy()) --- src/forb.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/forb.c b/src/forb.c index 84d9def..ce20b27 100644 --- a/src/forb.c +++ b/src/forb.c @@ -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); -- 2.39.2