vk: Remove unused 'v' param from stub() macro

This commit is contained in:
Chad Versace
2015-07-07 15:47:24 -07:00
parent f78d684772
commit 0ecb789b71
+1 -1
View File
@@ -159,7 +159,7 @@ void anv_abortfv(const char *format, va_list va) anv_noreturn;
return (v); \
} while (0)
#define stub(v) \
#define stub() \
do { \
anv_finishme("stub %s", __func__); \
return; \