Remove OpenVMS support
[mesa.git] / src / mesa / drivers / x11 / xm_dd.c
index 2662398eda0d5ff8b7ad3f496b536d5486f96459..cdf06aa347cd39827238428439a98442dbeb9b26 100644 (file)
@@ -803,9 +803,6 @@ xmesa_begin_query(struct gl_context *ctx, struct gl_query_object *q)
 /**
  * Return the difference between the two given times in microseconds.
  */
-#ifdef __VMS
-#define suseconds_t unsigned int
-#endif
 static GLuint64EXT
 time_diff(const struct timeval *t0, const struct timeval *t1)
 {