svn commit: r251220 - head/sys/sys
John Baldwin
jhb at FreeBSD.org
Sat Jun 1 11:31:10 UTC 2013
Author: jhb
Date: Sat Jun 1 11:31:09 2013
New Revision: 251220
URL: http://svnweb.freebsd.org/changeset/base/251220
Log:
Remove an unused macro we originally got from BSD/OS.
Modified:
head/sys/sys/mutex.h
Modified: head/sys/sys/mutex.h
==============================================================================
--- head/sys/sys/mutex.h Sat Jun 1 11:14:35 2013 (r251219)
+++ head/sys/sys/mutex.h Sat Jun 1 11:31:09 2013 (r251220)
@@ -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;
More information about the svn-src-all
mailing list