]> rtime.felk.cvut.cz Git - frescor/fna.git/blobdiff - src_rtep/rtep_fna_c.c
the table is now in fna_configuration.c
[frescor/fna.git] / src_rtep / rtep_fna_c.c
index e1015fabb2a1a33722e4d5c1829f1e958629112f..c6db6f2df1962db87adb6bfa4f50c8523b9feab8 100644 (file)
@@ -1055,14 +1055,3 @@ fna_operations_t rtep_fna_operations = {
     .fna_network_budget_to_bytes = rtep_fna_network_budget_to_bytes,
     .fna_network_get_min_eff_budget = rtep_fna_network_get_min_eff_budget
 };
-
-// TODO: move this out of here
-
-#include "fna_configuration.h"
-
-fna_operations_t  *fna_operations[FNA_MAX_NETWORKS] = {
-    &rtep_fna_operations, // resource_id 0 (default) --> RTEP
-    NULL, // resource_id 1
-    NULL, // resource_id 2
-    NULL  // resource_id 3
-};