]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/hush.c
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.git] / common / hush.c
index 3cb6fc3b1cb18f020f12b85ff1639f6e805d5899..925474332be99bf901efbf8c148e69a3fa6fc2e3 100644 (file)
@@ -356,11 +356,6 @@ struct built_in_command {
 };
 #endif
 
-/* belongs in busybox.h */
-static inline int max(int a, int b) {
-       return (a>b)?a:b;
-}
-
 /* This should be in utility.c */
 #ifdef DEBUG_SHELL
 #ifndef __U_BOOT__