Author: jhb
Date: Thu Aug 19 15:55:50 2010
New Revision: 211508
URL: http://svn.freebsd.org/changeset/base/211508
Log:
Remove an unused macro. exit1() invokes ktrprocexit() directly.
Modified:
head/sys/sys/ktrace.h
Modified: head/sys/sys/ktrace.h
==============================================================================
--- head/sys/sys/ktrace.h Thu Aug 19 15:33:43 2010 (r211507)
+++ head/sys/sys/ktrace.h Thu Aug 19 15:55:50 2010 (r211508)
@@ -73,10 +73,6 @@ struct ktr_header {
if (KTRCHECKDRAIN(td)) \
ktruserret(td); \
} while (0)
-#define KTRPROCEXIT(td) do {
\
- if (KTRCHECKDRAIN(td)) \
- ktrprocexit(td); \
-} while (0)
/*
* ktrace record types
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"