Remove __FBSDID from rb.h.

This commit is contained in:
Jason Evans 2014-01-21 20:48:56 -08:00
parent 898960247a
commit 0dec3507c6

View File

@ -22,10 +22,6 @@
#ifndef RB_H_
#define RB_H_
#if 0
__FBSDID("$FreeBSD: head/lib/libc/stdlib/rb.h 204493 2010-02-28 22:57:13Z jasone $");
#endif
#ifdef RB_COMPACT
/* Node structure. */
#define rb_node(a_type) \