summaryrefslogtreecommitdiff
path: root/src/include/program_loading.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/program_loading.h')
-rw-r--r--src/include/program_loading.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/program_loading.h b/src/include/program_loading.h
index 320ff3cc1e..d3930083c5 100644
--- a/src/include/program_loading.h
+++ b/src/include/program_loading.h
@@ -205,9 +205,6 @@ void payload_load(void);
/* Run the loaded payload. */
void payload_run(void);
-/* Mirror the payload to be loaded. */
-void mirror_payload(struct prog *payload);
-
/*
* selfload() and selfload_check() load payloads into memory.
* selfload() does not check the payload to see if it targets memory.