diff options
| author | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-03 01:00:39 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-03 01:00:39 +0200 | 
| commit | 983bebbea304f65daf5baa9a913e66ff6e8fa6ba (patch) | |
| tree | 76eb88e8393b7bd589ccd7d6fad24b26998ed9a9 /lib_generic/string.c | |
| parent | ac2e2b82bc5c7228436b95b213efa9c73d669c65 (diff) | |
| download | olio-uboot-2014.01-983bebbea304f65daf5baa9a913e66ff6e8fa6ba.tar.xz olio-uboot-2014.01-983bebbea304f65daf5baa9a913e66ff6e8fa6ba.zip | |
Scheduled for removal: strnicmp() which is unused
Diffstat (limited to 'lib_generic/string.c')
| -rw-r--r-- | lib_generic/string.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib_generic/string.c b/lib_generic/string.c index 0e99d1b2b..e0b793abb 100644 --- a/lib_generic/string.c +++ b/lib_generic/string.c @@ -21,7 +21,7 @@  #include <malloc.h> -#ifndef __HAVE_ARCH_STRNICMP +#if 0 /* not used - was: #ifndef __HAVE_ARCH_STRNICMP */  /**   * strnicmp - Case insensitive, length-limited string comparison   * @s1: One string |