Code

object: Removed support for cloning typed objects.
[sysdb.git] / src / core / plugin.c
index 4dbea70109a49f13c6484b863d798ed79e582da9..8ca0fd74472a23b7b7f0ff0daa953ff1329ce0cf 100644 (file)
@@ -198,16 +198,14 @@ static sdb_type_t sdb_plugin_cb_type = {
        sizeof(sdb_plugin_cb_t),
 
        sdb_plugin_cb_init,
-       sdb_plugin_cb_destroy,
-       /* clone = */ NULL
+       sdb_plugin_cb_destroy
 };
 
 static sdb_type_t sdb_plugin_collector_cb_type = {
        sizeof(sdb_plugin_collector_cb_t),
 
        sdb_plugin_cb_init,
-       sdb_plugin_cb_destroy,
-       /* clone = */ NULL
+       sdb_plugin_cb_destroy
 };
 
 static int