st/oxr: Remove unused variable

This commit is contained in:
Jakob Bornecrantz 2022-05-18 11:19:24 +01:00
parent b180605ebe
commit b68806956b

View file

@ -171,7 +171,6 @@ oxr_instance_create(struct oxr_logger *log,
struct oxr_instance **out_instance)
{
struct oxr_instance *inst = NULL;
int xinst_ret;
int m_ret;
int h_ret;
xrt_result_t xret;