bazaar things, time for a break

This commit is contained in:
Dick Hollenbeck 2010-12-28 15:37:01 -06:00
parent 29e829b7c0
commit 695ac11a85
1 changed files with 0 additions and 6 deletions

View File

@ -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.