Remove an unused macro we originally got from BSD/OS.
This commit is contained in:
parent
6306ff32fd
commit
f112d4f8b7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user