From 4df04029a616013e1d795102eab790c628d6dac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 24 Jul 2015 17:19:22 +0200 Subject: Rewrite write_config Write config don't need to load jobfiles any more. We only have to load file passed via argument and save using kconfig code. Configuration checking is disabled. It needs more editing. --- scripts/write_config/symlist.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 scripts/write_config/symlist.h (limited to 'scripts/write_config/symlist.h') diff --git a/scripts/write_config/symlist.h b/scripts/write_config/symlist.h deleted file mode 100644 index 8bc61c1..0000000 --- a/scripts/write_config/symlist.h +++ /dev/null @@ -1,24 +0,0 @@ -#include -#include -#include -#include -#include - -#ifndef _SYMLIST_H_ -#define _SYMLIST_H_ - -struct symlist_el { - unsigned int id; - struct symbol *sym; -}; - -struct symlist { - struct symlist_el *array; - size_t size; - unsigned maxid; -}; - -struct symlist *symlist_read(FILE *f); -struct symbol *symlist_get(struct symlist *, unsigned int id); - -#endif /* _SYMLIST_H_ */ -- cgit v1.2.3