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.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/targets/egl-swrast/swrast_glue.c b/src/gallium/targets/egl-swrast/swrast_glue.c
deleted file mode 100644
index 24f77826d4..0000000000
--- a/src/gallium/targets/egl-swrast/swrast_glue.c
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include "state_tracker/drm_driver.h"
-
-struct drm_driver_descriptor drm_driver = {
- .name = "swrast",
- .driver_name = NULL,
- .create_screen = NULL,
-};
-
-/* A poor man's --whole-archive for EGL drivers */
-void *_eglMain(void *);
-void *_eglWholeArchive = (void *) _eglMain;