From 386cc556a448fe05139f5eddf43d9fcadce41e0e Mon Sep 17 00:00:00 2001
From: Alan Green <avg@google.com>
Date: Fri, 8 Jan 2021 09:08:54 +1100
Subject: programmer: remove unused noop_shutdown function

Function appears to be vestigial.

Signed-off-by: Alan Green <avg@google.com>
Change-Id: I1b67223aed8be54b60771aa1b2d498836ed28060
Reviewed-on: https://review.coreboot.org/c/flashrom/+/49631
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
---
 programmer.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/programmer.c b/programmer.c
index 5c841eff..bee60e38 100644
--- a/programmer.c
+++ b/programmer.c
@@ -17,12 +17,6 @@
 #include "flash.h"
 #include "programmer.h"
 
-/* No-op shutdown() for programmers which don't need special handling */
-int noop_shutdown(void)
-{
-	return 0;
-}
-
 /* Fallback map() for programmers which don't need special handling */
 void *fallback_map(const char *descr, uintptr_t phys_addr, size_t len)
 {
-- 
cgit v1.2.3