aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/archdefs.h')
-rw-r--r--fpga_interchange/archdefs.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/fpga_interchange/archdefs.h b/fpga_interchange/archdefs.h
index a95049bc..d6d0a3c7 100644
--- a/fpga_interchange/archdefs.h
+++ b/fpga_interchange/archdefs.h
@@ -51,24 +51,6 @@ struct DelayInfo
// -----------------------------------------------------------------------
-// https://bugreports.qt.io/browse/QTBUG-80789
-
-#ifndef Q_MOC_RUN
-
-enum ConstIds
-{
- ID_NONE
-#define X(t) , ID_##t
-#include "constids.inc"
-#undef X
-};
-
-#define X(t) static constexpr auto id_##t = IdString(ID_##t);
-#include "constids.inc"
-#undef X
-
-#endif
-
struct BelId
{
// Tile that contains this BEL.