diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-25 21:14:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-25 21:14:55 +0000 |
commit | 30bab71f7bd8b3b31fedb90c2510fc89ade04619 (patch) | |
tree | 320c44b82b0e77898c2d85bb754bf7905d66f0dd /libbb/inode_hash.c | |
parent | 737d131e5e7a795ef771f987d7b02cbf4fa670d6 (diff) | |
download | busybox-w32-30bab71f7bd8b3b31fedb90c2510fc89ade04619.tar.gz busybox-w32-30bab71f7bd8b3b31fedb90c2510fc89ade04619.tar.bz2 busybox-w32-30bab71f7bd8b3b31fedb90c2510fc89ade04619.zip |
make copy_file() a bit easier to understand, and smaller
function old new delta
copy_file 1565 1447 -118
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-118) Total: -118 bytes
text data bss dec hex filename
770938 1063 10788 782789 bf1c5 busybox_old
770814 1063 10788 782665 bf149 busybox_unstripped
Diffstat (limited to 'libbb/inode_hash.c')
-rw-r--r-- | libbb/inode_hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c index 69e39af63..9cca74bcb 100644 --- a/libbb/inode_hash.c +++ b/libbb/inode_hash.c | |||
@@ -84,6 +84,4 @@ void reset_ino_dev_hashtable(void) | |||
84 | free(ino_dev_hashtable); | 84 | free(ino_dev_hashtable); |
85 | ino_dev_hashtable = NULL; | 85 | ino_dev_hashtable = NULL; |
86 | } | 86 | } |
87 | #else | ||
88 | void reset_ino_dev_hashtable(void); | ||
89 | #endif | 87 | #endif |