From 2df419efc2ad44592f17d695457eb2a1796ccd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 13 Jan 2019 11:29:10 +0100 Subject: [PATCH] plugin: remove TODO --- plugin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.c b/plugin.c index 31ce260..3420820 100644 --- a/plugin.c +++ b/plugin.c @@ -69,7 +69,6 @@ plugin_load(const char *name, enum plugin_type type) tll_push_back(plugins, ((struct plugin){strdup(name), type, lib, NULL})); struct plugin *plug = &tll_back(plugins); - /* TODO: rename to plugin_info or so, in both modules and particles */ dlerror(); /* Clear previous error */ plug->sym = dlsym(lib, "plugin_info");