Mesa (master): mesa: remove unused isblank() function

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 25 00:26:03 UTC 2015


Module: Mesa
Branch: master
Commit: 612143b2d0b7ec84d43049908f454d79bebeeb5f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=612143b2d0b7ec84d43049908f454d79bebeeb5f

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Feb 24 15:05:47 2015 -0700

mesa: remove unused isblank() function

Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/main/imports.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 7fb9381..a6e4d9e 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -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)




More information about the mesa-commit mailing list