You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove duplicate UR_CALL definition from common.hpp
The file common.hpp contains two definitions of the UR_CALL macro,
which only works because both definitions are exactly the same.
This commit removes the second one.
Signed-off-by: Łukasz Plewa <lukasz.plewa@intel.com>
0 commit comments