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.