diff options
Diffstat (limited to 'common/ft_build.c')
-rw-r--r-- | common/ft_build.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/ft_build.c b/common/ft_build.c index 0e5699a..b951178 100644 --- a/common/ft_build.c +++ b/common/ft_build.c @@ -396,9 +396,6 @@ void *ft_get_prop(void *bphp, const char *propname, int *szp) /********************************************************************/ -/* Function that returns a character from the environment */ -extern uchar(*env_get_char) (int); - void ft_setup(void *blob, bd_t * bd, ulong initrd_start, ulong initrd_end) { u32 *p; |