aboutsummaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/flashrom.c b/flashrom.c
index c18a04fc..26e2df87 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -553,12 +553,6 @@ static bool all_skipped = true;
static int check_block_eraser(const struct flashctx *flash, int k, int log);
-int shutdown_free(void *data)
-{
- free(data);
- return 0;
-}
-
/* 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.