From bf1b4877bcb391d1e83c56b2814b9399075f7e57 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 20 Jul 2016 15:52:45 +0200 Subject: blspec: remove unused function prototype Signed-off-by: Sascha Hauer --- include/blspec.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/blspec.h b/include/blspec.h index 4b61ef8be6..a73dd7250b 100644 --- a/include/blspec.h +++ b/include/blspec.h @@ -25,8 +25,6 @@ int blspec_entry_var_set(struct blspec_entry *entry, const char *name, const char *val); const char *blspec_entry_var_get(struct blspec_entry *entry, const char *name); -int blspec_entry_save(struct blspec_entry *entry, const char *path); - int blspec_boot(struct blspec_entry *entry, int verbose, int dryrun); int blspec_scan_devices(struct blspec *blspec); -- cgit v1.2.3