summaryrefslogtreecommitdiff
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/flashrom.c b/flashrom.c
index b135e580..01c78fd5 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -65,10 +65,6 @@ static struct shutdown_func_data {
*/
static bool may_register_shutdown = false;
-struct programmer_cfg {
- char *params;
-};
-
/* Register a function to be executed on programmer shutdown.
* The advantage over atexit() is that you can supply a void pointer which will
* be used as parameter to the registered function upon programmer shutdown.