mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
mesa: remove unused isblank() function
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
e033d2c642
commit
612143b2d0
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ typedef union { GLfloat f; GLint i; GLuint u; } fi_type;
|
|||
|
||||
#if defined(_MSC_VER)
|
||||
#if _MSC_VER < 1800 /* Not req'd on VS2013 and above */
|
||||
static inline int isblank(int ch) { return ch == ' ' || ch == '\t'; }
|
||||
#define strtoll(p, e, b) _strtoi64(p, e, b)
|
||||
#endif /* _MSC_VER < 1800 */
|
||||
#define strcasecmp(s1, s2) _stricmp(s1, s2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue