programmer_table: Clean up stale references

These programmers are not in flashrom-stable (yet). This slipped when
cherry picking the table.

Change-Id: I2db2785a598b4d96b051a6f2722f57ec429b32d8
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/73482
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/programmer_table.c b/programmer_table.c
index 5e716eb..80509e5 100644
--- a/programmer_table.c
+++ b/programmer_table.c
@@ -24,10 +24,6 @@
     &programmer_dummy,
 #endif
 
-#if CONFIG_MEC1308 == 1
-    &programmer_mec1308,
-#endif
-
 #if CONFIG_NIC3COM == 1
     &programmer_nic3com,
 #endif
@@ -44,10 +40,6 @@
     &programmer_gfxnvidia,
 #endif
 
-#if CONFIG_RAIDEN_DEBUG_SPI == 1
-    &programmer_raiden_debug_spi,
-#endif
-
 #if CONFIG_DRKAISER == 1
     &programmer_drkaiser,
 #endif
@@ -92,10 +84,6 @@
     &programmer_developerbox,
 #endif
 
-#if CONFIG_ENE_LPC == 1
-    &programmer_ene_lpc,
-#endif
-
 #if CONFIG_RAYER_SPI == 1
     &programmer_rayer_spi,
 #endif
@@ -136,14 +124,6 @@
     &programmer_linux_spi,
 #endif
 
-#if CONFIG_LSPCON_I2C_SPI == 1
-    &programmer_lspcon_i2c_spi,
-#endif
-
-#if CONFIG_REALTEK_MST_I2C_SPI == 1
-    &programmer_realtek_mst_i2c_spi,
-#endif
-
 #if CONFIG_USBBLASTER_SPI == 1
     &programmer_usbblaster_spi,
 #endif