diff --git a/programmer.c b/programmer.c index 5c841effc..bee60e386 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) {