summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/nl_setup.h')
-rw-r--r--src/lib/netlist/nl_setup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/netlist/nl_setup.h b/src/lib/netlist/nl_setup.h
index b81f5c6c4f6..745032ab054 100644
--- a/src/lib/netlist/nl_setup.h
+++ b/src/lib/netlist/nl_setup.h
@@ -18,8 +18,6 @@
#include "nl_config.h"
#include "nl_parser.h"
#include "nltypes.h"
-// FIXME: avoid including factory
-//#include "nl_factory.h"
#include <initializer_list>
#include <memory>
@@ -86,7 +84,6 @@ void NETLIST_NAME(name)(netlist::nlparse_t &setup) \
#define EXTERNAL_SOURCE(name) \
setup.register_source_proc(# name, &NETLIST_NAME(name));
-// FIXME: Need to pass in parameter definition
#define LOCAL_LIB_ENTRY_1(name) \
LOCAL_SOURCE(name) \
setup.register_lib_entry(# name, "", PSOURCELOC());