]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/environment.h
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / include / environment.h
index d7037ccd9318b41227078ee707c04eaa35277ef1..7986a242778d1cc3cf37ea29953b4e74e01308f0 100644 (file)
@@ -217,17 +217,6 @@ struct env_driver {
        const char *name;
        enum env_location location;
 
-       /**
-        * get_char() - Read a character from the environment
-        *
-        * This method is optional. If not provided, a default implementation
-        * will read from gd->env_addr.
-        *
-        * @index: Index of character to read (0=first)
-        * @return character read, or -ve on error
-        */
-       int (*get_char)(int index);
-
        /**
         * load() - Load the environment from storage
         *