d/ht: Remove unused variable. Fixes warning on gcc 10.

This commit is contained in:
Lubosz Sarnecki 2020-12-16 13:49:22 +01:00
parent c30c4c011d
commit c03decd4d9

View file

@ -46,8 +46,6 @@ ht_prober_autoprobe(struct xrt_auto_prober *xap,
bool no_hmds,
struct xrt_prober *xp)
{
struct ht_prober *htp = ht_prober(xap);
struct xrt_device *xdev = ht_device_create(xap, attached_data, xp);
xdev->orientation_tracking_supported = true;