Remove an unused macro we originally got from BSD/OS.

This commit is contained in:
John Baldwin 2013-06-01 11:31:09 +00:00
parent 6306ff32fd
commit f112d4f8b7

View File

@ -426,12 +426,6 @@ do { \
}
#endif
#define UGAR(rval) do { \
int _val = (rval); \
mtx_unlock(&Giant); \
return (_val); \
} while (0)
struct mtx_args {
void *ma_mtx;
const char *ma_desc;