mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 07:00:27 +01:00
turnip: Remove abort.
This commit is contained in:
parent
13ff7ffbcb
commit
bcd15ab34e
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ tu_physical_device_init(struct tu_physical_device *device,
|
|||
master_fd = open(drm_device->nodes[DRM_NODE_PRIMARY], O_RDWR | O_CLOEXEC);
|
||||
if (master_fd >= 0) {
|
||||
/* TODO: free master_fd is accel is not working? */
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue