From 695ac11a8540886ceac8d5a31a4db64d9586da81 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Tue, 28 Dec 2010 15:37:01 -0600 Subject: [PATCH] bazaar things, time for a break --- new/sch_dir_lib_source.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/new/sch_dir_lib_source.cpp b/new/sch_dir_lib_source.cpp index 70cc3040da..cc9be1419b 100644 --- a/new/sch_dir_lib_source.cpp +++ b/new/sch_dir_lib_source.cpp @@ -148,12 +148,6 @@ static inline bool isDigit( char c ) } -static inline bool isDigit( char c ) -{ - return c >= '0' && c <= '9'; -} - - /** * Function endsWithRev * returns a pointer to the final string segment: "revN[N..]" or NULL if none.