summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl/pipe_vmwgfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/egl/pipe_vmwgfx.c')
-rw-r--r--src/gallium/targets/egl/pipe_vmwgfx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/egl/pipe_vmwgfx.c b/src/gallium/targets/egl/pipe_vmwgfx.c
index 4e9f51c5dc4..15089d6db26 100644
--- a/src/gallium/targets/egl/pipe_vmwgfx.c
+++ b/src/gallium/targets/egl/pipe_vmwgfx.c
@@ -24,7 +24,3 @@ create_screen(int fd)
}
DRM_DRIVER_DESCRIPTOR("vmwgfx", "vmwgfx", create_screen)
-
-/* A poor man's --whole-archive for EGL drivers */
-void *_eglMain(void *);
-void *_eglWholeArchive = (void *) _eglMain;