From b5f449e8e947cf94055d0300a8625cd6bc9c37f5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Aug 2019 09:47:01 -0600 Subject: env: Move env_get_char() to env.h Move env_get_char() over to the new header file. Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- include/environment.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/environment.h') diff --git a/include/environment.h b/include/environment.h index ef391cc21a5..ea45b576282 100644 --- a/include/environment.h +++ b/include/environment.h @@ -265,16 +265,6 @@ struct env_driver { extern struct hsearch_data env_htab; -/** - * env_get_char() - Get a character from the early environment - * - * This reads from the pre-relocation environment - * - * @index: Index of character to read (0 = first) - * @return character read, or -ve on error - */ -int env_get_char(int index); - #endif /* DO_DEPS_ONLY */ #endif /* _ENVIRONMENT_H_ */ -- cgit v1.2.3