diff options
Diffstat (limited to 'src/gallium/targets/egl/pipe_i965.c')
-rw-r--r-- | src/gallium/targets/egl/pipe_i965.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/egl/pipe_i965.c b/src/gallium/targets/egl/pipe_i965.c index d19c83a47d3..cf96214e83e 100644 --- a/src/gallium/targets/egl/pipe_i965.c +++ b/src/gallium/targets/egl/pipe_i965.c @@ -28,7 +28,3 @@ create_screen(int fd) } DRM_DRIVER_DESCRIPTOR("i965", "i965", create_screen) - -/* A poor man's --whole-archive for EGL drivers */ -void *_eglMain(void *); -void *_eglWholeArchive = (void *) _eglMain; |