summaryrefslogtreecommitdiff
path: root/futility/updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'futility/updater.h')
-rw-r--r--futility/updater.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/futility/updater.h b/futility/updater.h
index bb738996..85540a90 100644
--- a/futility/updater.h
+++ b/futility/updater.h
@@ -68,12 +68,6 @@ int updater_setup_config(struct updater_config *cfg,
int try_update,
int force_update);
-/*
- * Helper function to remove all files created by create_temp_file().
- * This is intended to be called only once at end of program execution.
- */
-void remove_all_temp_files();
-
/* Prints the name and description from all supported quirks. */
void updater_list_config_quirks(const struct updater_config *cfg);