monitoring kit
Diffstat (limited to 'gpu/src/intel.rs')
| -rw-r--r-- | gpu/src/intel.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gpu/src/intel.rs b/gpu/src/intel.rs index b9c7dc8..da71f72 100644 --- a/gpu/src/intel.rs +++ b/gpu/src/intel.rs @@ -69,7 +69,6 @@ unsafe extern "C" { fn igt_devices_print(opts: *const igt_devices_print_format); fn igt_device_find_integrated_card(card: *mut igt_device_card) -> bool; fn igt_device_get_pretty_name(card: *const igt_device_card, numeric: bool) -> *const c_char; - } fn uh() -> Result<()> { |