From 9557047e5ee6c89aca7816517d8b328d2a13b8b7 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 5 Feb 2021 09:22:55 -0800 Subject: Move all string data into BBA file. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/archdefs.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'fpga_interchange/archdefs.h') 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. -- cgit v1.2.3