summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl-swrast/swrast_glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/egl-swrast/swrast_glue.c')
-rw-r--r--src/gallium/targets/egl-swrast/swrast_glue.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/targets/egl-swrast/swrast_glue.c b/src/gallium/targets/egl-swrast/swrast_glue.c
index 9db8089a66..defd11c687 100644
--- a/src/gallium/targets/egl-swrast/swrast_glue.c
+++ b/src/gallium/targets/egl-swrast/swrast_glue.c
@@ -1,14 +1,8 @@
#include "state_tracker/drm_api.h"
-static struct drm_api swrast_drm_api =
-{
- .name = "swrast",
-};
-
struct drm_api *
drm_api_create()
{
- (void) swrast_drm_api;
return NULL;
}