1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

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>
This commit is contained in:
Alan Green 2021-01-08 09:08:54 +11:00 committed by Edward O'Callaghan
parent 22f0b069bf
commit 386cc556a4

View File

@ -17,12 +17,6 @@
#include "flash.h" #include "flash.h"
#include "programmer.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 */ /* Fallback map() for programmers which don't need special handling */
void *fallback_map(const char *descr, uintptr_t phys_addr, size_t len) void *fallback_map(const char *descr, uintptr_t phys_addr, size_t len)
{ {