DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libc: Remove unused bit of code in __ujtoa().


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Nov 2010 09:45:36 -0800 (PST)

commit 4de9c9c46e21c242f7cdc44decf4af9b42744e08
Author: Sascha Wildner <saw@online.de>
Date:   Tue Nov 16 18:45:23 2010 +0100

    libc: Remove unused bit of code in __ujtoa().
    
    All values of val that are <= ULONG_MAX have been handed to __ultoa() previously
    so we can safely assume that val is not < 10.
    
    Unless, of course, we're dealing with an architecture where ULONG_MAX <= 8,
    which we hope will _never_ happen. :-)

Summary of changes:
 lib/libc/stdio/printfcommon.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4de9c9c46e21c242f7cdc44decf4af9b42744e08


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]