swrast: Remove unused solve_plane_recip().
[mesa.git] / src / egl / main / eglsync.c
index d8e3ee0c3bfa08eaf041b2660f36e054a2362d8e..9d0067caa2df5c1e7281ef00e0726fde4076f721 100644 (file)
@@ -33,9 +33,6 @@
 #include "egllog.h"
 
 
-#ifdef EGL_KHR_reusable_sync
-
-
 /**
  * Parse the list of sync attributes and return the proper error code.
  */
@@ -117,6 +114,3 @@ _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
 
    return EGL_TRUE;
 }
-
-
-#endif /* EGL_KHR_reusable_sync */